From aa2071811e70b58d4f619e94a9d489f8223452dd Mon Sep 17 00:00:00 2001 From: Martin Joiner Date: Thu, 30 Jun 2016 12:42:04 +0100 Subject: [PATCH] XDebug.md: Corrected syntax (removed equals operator) in VHost snippet --- _posts/03-06-01-XDebug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/03-06-01-XDebug.md b/_posts/03-06-01-XDebug.md index 9d35a27..e5de055 100644 --- a/_posts/03-06-01-XDebug.md +++ b/_posts/03-06-01-XDebug.md @@ -21,8 +21,8 @@ will want to enable right away. Traditionally, you will modify your Apache VHost or .htaccess file with these values: {% highlight ini %} -php_value xdebug.remote_host=192.168.?.? -php_value xdebug.remote_port=9000 +php_value xdebug.remote_host 192.168.?.? +php_value xdebug.remote_port 9000 {% endhighlight %} The "remote host" and "remote port" will correspond to your local computer and the port that you configure your IDE to