diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-12-18 15:38:56 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-18 15:38:56 -0600 |
commit | 5278f68119ffa549c2e3b970afecfefdeaea974a (patch) | |
tree | 149f2267c60cf829b3d23853b492f1871f19cf30 /development/xdebug/xdebug.ini | |
parent | f4feb46dfa67ce79f9763327538824076d45f775 (diff) | |
download | slackbuilds-5278f68119ffa549c2e3b970afecfefdeaea974a.tar.gz |
development/xdebug: Updated for version 2.1.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/xdebug/xdebug.ini')
-rw-r--r-- | development/xdebug/xdebug.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/xdebug/xdebug.ini b/development/xdebug/xdebug.ini index 3656277cbe..0ec0bd6512 100644 --- a/development/xdebug/xdebug.ini +++ b/development/xdebug/xdebug.ini @@ -1,6 +1,10 @@ ; Enable xdebug extension module ;zend_extension="/usr/LIBDIR/php/extensions/xdebug.so" +; This config file collects examples for the most commonly used +; configuration options of xdebug. For a list of all possible +; options take a look at http://xdebug.org/docs/all_settings + ; Enable xdebug ;xdebug.default_enable=On |