[xdebug-dev] xdebug xdebug/xdebug.c - Force the XG(active_symbol_table) to EG(active_symbol_table) as normally this

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Tue, 26 Oct 2004 11:15:54 +0200

Date: Tue Oct 26 11:15:54 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Force the XG(active_symbol_table) to EG(active_symbol_table) as normally this
  would be set for each stack element.

Modified files:
           xdebug/xdebug.c (version: 1.246)

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- xdebug/xdebug.c:1.245 Tue Oct 26 06:41:19 2004 GMT
+++ xdebug/xdebug.c Tue Oct 26 07:15:54 2004 GMT
@@ -1804,6 +1804,7 @@
         
         for (i = 0; i < argc; i++) {
                 if (Z_TYPE_PP(args[i]) == IS_STRING) {
+ XG(active_symbol_table) = EG(active_symbol_table);
                         debugzval = xdebug_get_php_symbol(Z_STRVAL_PP(args[i]), Z_STRLEN_PP(args[i]) + 1);
                         if (debugzval) {
                                 php_printf("%s: ", Z_STRVAL_PP(args[i]));
Received on Tue Oct 26 2004 - 11:15:59 BST

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