[xdebug-dev] svn: /xdebug/branches/xdebug_2_1/ xdebug.c

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 07 Nov 2010 05:15:43 +0000

derick Sun, 07 Nov 2010 05:15:43 +0000

Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3370&root=xdebug

Log:
- MFH: Use lower case setting names so that they work case sensitively

Changed paths:
    U xdebug/branches/xdebug_2_1/xdebug.c

Modified: xdebug/branches/xdebug_2_1/xdebug.c
===================================================================
--- xdebug/branches/xdebug_2_1/xdebug.c 2010-11-07 05:05:00 UTC (rev 3369)
+++ xdebug/branches/xdebug_2_1/xdebug.c 2010-11-07 05:15:43 UTC (rev 3370)
@@ -256,14 +256,14 @@
         STD_PHP_INI_BOOLEAN("xdebug.show_mem_delta", "0", PHP_INI_ALL, OnUpdateBool, show_mem_delta, zend_xdebug_globals, xdebug_globals)

         /* Dump superglobals settings */
- PHP_INI_ENTRY("xdebug.dump.COOKIE", NULL, PHP_INI_ALL, OnUpdateCookie)
- PHP_INI_ENTRY("xdebug.dump.ENV", NULL, PHP_INI_ALL, OnUpdateEnv)
- PHP_INI_ENTRY("xdebug.dump.FILES", NULL, PHP_INI_ALL, OnUpdateFiles)
- PHP_INI_ENTRY("xdebug.dump.GET", NULL, PHP_INI_ALL, OnUpdateGet)
- PHP_INI_ENTRY("xdebug.dump.POST", NULL, PHP_INI_ALL, OnUpdatePost)
- PHP_INI_ENTRY("xdebug.dump.REQUEST", NULL, PHP_INI_ALL, OnUpdateRequest)
- PHP_INI_ENTRY("xdebug.dump.SERVER", NULL, PHP_INI_ALL, OnUpdateServer)
- PHP_INI_ENTRY("xdebug.dump.SESSION", NULL, PHP_INI_ALL, OnUpdateSession)
+ PHP_INI_ENTRY("xdebug.dump.cookie", NULL, PHP_INI_ALL, OnUpdateCookie)
+ PHP_INI_ENTRY("xdebug.dump.env", NULL, PHP_INI_ALL, OnUpdateEnv)
+ PHP_INI_ENTRY("xdebug.dump.files", NULL, PHP_INI_ALL, OnUpdateFiles)
+ PHP_INI_ENTRY("xdebug.dump.get", NULL, PHP_INI_ALL, OnUpdateGet)
+ PHP_INI_ENTRY("xdebug.dump.post", NULL, PHP_INI_ALL, OnUpdatePost)
+ PHP_INI_ENTRY("xdebug.dump.request", NULL, PHP_INI_ALL, OnUpdateRequest)
+ PHP_INI_ENTRY("xdebug.dump.server", NULL, PHP_INI_ALL, OnUpdateServer)
+ PHP_INI_ENTRY("xdebug.dump.session", NULL, PHP_INI_ALL, OnUpdateSession)
         STD_PHP_INI_BOOLEAN("xdebug.dump_globals", "1", PHP_INI_ALL, OnUpdateBool, dump_globals, zend_xdebug_globals, xdebug_globals)
         STD_PHP_INI_BOOLEAN("xdebug.dump_once", "1", PHP_INI_ALL, OnUpdateBool, dump_once, zend_xdebug_globals, xdebug_globals)
         STD_PHP_INI_BOOLEAN("xdebug.dump_undefined", "0", PHP_INI_ALL, OnUpdateBool, dump_undefined, zend_xdebug_globals, xdebug_globals)
Received on Sun Nov 07 2010 - 05:15:43 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST