From 1502a7e22bc8fdb83934414a9f19827f94c9dc7b Mon Sep 17 00:00:00 2001 From: cytopia Date: Sat, 4 Aug 2018 02:20:47 +0200 Subject: [PATCH] Adjust documentation to newly create Xdebug default configuration --- docs/intermediate/configure-php-xdebug/xdebug-lin.rst | 3 ++- docs/intermediate/configure-php-xdebug/xdebug-mac.rst | 6 ++++-- docs/intermediate/configure-php-xdebug/xdebug-win.rst | 6 ++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/intermediate/configure-php-xdebug/xdebug-lin.rst b/docs/intermediate/configure-php-xdebug/xdebug-lin.rst index 895490ea..2dfe5447 100644 --- a/docs/intermediate/configure-php-xdebug/xdebug-lin.rst +++ b/docs/intermediate/configure-php-xdebug/xdebug-lin.rst @@ -51,9 +51,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6: .. code-block:: ini :caption: xdebug.ini - :emphasize-lines: 6,10 + :emphasize-lines: 7,11 # Defaults + xdebug.default_enable=1 xdebug.remote_enable=1 xdebug.remote_port=9000 diff --git a/docs/intermediate/configure-php-xdebug/xdebug-mac.rst b/docs/intermediate/configure-php-xdebug/xdebug-mac.rst index 2767500d..d6739b20 100644 --- a/docs/intermediate/configure-php-xdebug/xdebug-mac.rst +++ b/docs/intermediate/configure-php-xdebug/xdebug-mac.rst @@ -75,9 +75,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6: .. code-block:: ini :caption: xdebug.ini - :emphasize-lines: 6-7,11 + :emphasize-lines: 7-8,12 # Defaults + xdebug.default_enable=1 xdebug.remote_enable=1 xdebug.remote_port=9000 @@ -138,9 +139,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6: .. code-block:: ini :caption: xdebug.ini - :emphasize-lines: 6-7,11 + :emphasize-lines: 7-8,12 # Defaults + xdebug.default_enable=1 xdebug.remote_enable=1 xdebug.remote_port=9000 diff --git a/docs/intermediate/configure-php-xdebug/xdebug-win.rst b/docs/intermediate/configure-php-xdebug/xdebug-win.rst index 5095ca56..eefc8b14 100644 --- a/docs/intermediate/configure-php-xdebug/xdebug-win.rst +++ b/docs/intermediate/configure-php-xdebug/xdebug-win.rst @@ -68,9 +68,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6: .. code-block:: ini :caption: xdebug.ini - :emphasize-lines: 6-7,11 + :emphasize-lines: 7-8,12 # Defaults + xdebug.default_enable=1 xdebug.remote_enable=1 xdebug.remote_port=9000 @@ -137,9 +138,10 @@ The following example show how to configure PHP Xdebug for PHP 5.6: .. code-block:: ini :caption: xdebug.ini - :emphasize-lines: 6-7,11 + :emphasize-lines: 7-8,12 # Defaults + xdebug.default_enable=1 xdebug.remote_enable=1 xdebug.remote_port=9000