Date: Mon Dec 11 22:38:24 CET 2006
User: Derick Rethans
Directory: xdebug
Log Message:
[0.05]
- Sort super globals in Globals overview.
Modified files:
xdebug/xdebug_handler_dbgp.c (version: 1.110)
[FILE: /xdebug/xdebug_handler_dbgp.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- xdebug/xdebug_handler_dbgp.c:1.109 Mon Dec 11 20:36:21 2006 GMT
+++ xdebug/xdebug_handler_dbgp.c Mon Dec 11 20:38:24 2006 GMT
@@ -1768,12 +1768,12 @@
if (context_id == 1) {
/* add super globals */
XG(active_symbol_table) = &EG(symbol_table);
+ add_variable_node(node, "_COOKIE", sizeof("_COOKIE"), 1, 1, 0, options TSRMLS_CC);
add_variable_node(node, "_ENV", sizeof("_ENV"), 1, 1, 0, options TSRMLS_CC);
+ add_variable_node(node, "_FILES", sizeof("_FILES"), 1, 1, 0, options TSRMLS_CC);
add_variable_node(node, "_GET", sizeof("_GET"), 1, 1, 0, options TSRMLS_CC);
add_variable_node(node, "_POST", sizeof("_POST"), 1, 1, 0, options TSRMLS_CC);
- add_variable_node(node, "_COOKIE", sizeof("_COOKIE"), 1, 1, 0, options TSRMLS_CC);
add_variable_node(node, "_REQUEST", sizeof("_REQUEST"), 1, 1, 0, options TSRMLS_CC);
- add_variable_node(node, "_FILES", sizeof("_FILES"), 1, 1, 0, options TSRMLS_CC);
add_variable_node(node, "_SERVER", sizeof("_SERVER"), 1, 1, 0, options TSRMLS_CC);
add_variable_node(node, "_SESSION", sizeof("_SESSION"), 1, 1, 0, options TSRMLS_CC);
XG(active_symbol_table) = NULL;
@@ -2122,7 +2122,7 @@
char *xdebug_dbgp_get_revision(void)
{
- return "$Revision: 1.109 $";
+ return "$Revision: 1.110 $";
}
int xdebug_dbgp_cmdloop(xdebug_con *context TSRMLS_DC)
Received on Mon Dec 11 2006 - 22:38:30 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST