mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-26 23:04:36 +02:00
Fix highlighter consistency
- in some places php would not be highlighted as the `<?php` tag was missing - in one place there was a duplicate `<?php` tage - replaced `bash` with `console` for better highlighting - ensured all console snippets are wrapped within highlighting code - wrapped ini examples in highlighting code
This commit is contained in:
@@ -20,8 +20,10 @@ want to enable right away.
|
||||
|
||||
Traditionally, you will modify your Apache VHost or .htaccess file with these values:
|
||||
|
||||
php_value xdebug.remote_host=192.168.?.?
|
||||
php_value xdebug.remote_port=9000
|
||||
{% highlight ini %}
|
||||
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
|
||||
listen on. Then it's just a matter of putting your IDE into "listen for connections" mode, and loading the URL:
|
||||
|
Reference in New Issue
Block a user