XDebug.md: Corrected syntax (removed equals operator) in VHost snippet

This commit is contained in:
Martin Joiner
2016-06-30 12:42:04 +01:00
parent 6581312ed6
commit aa2071811e

View File

@@ -21,8 +21,8 @@ will want to enable right away.
Traditionally, you will modify your Apache VHost or .htaccess file with these values: Traditionally, you will modify your Apache VHost or .htaccess file with these values:
{% highlight ini %} {% highlight ini %}
php_value xdebug.remote_host=192.168.?.? php_value xdebug.remote_host 192.168.?.?
php_value xdebug.remote_port=9000 php_value xdebug.remote_port 9000
{% endhighlight %} {% endhighlight %}
The "remote host" and "remote port" will correspond to your local computer and the port that you configure your IDE to The "remote host" and "remote port" will correspond to your local computer and the port that you configure your IDE to