mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-16 10:43:58 +02:00
XDebug.md: Corrected syntax (removed equals operator) in VHost snippet
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user