Date: Sun Apr 4 23:32:49 CEST 2004
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Make it work on Unices too again
Modified files:
xdebug/xdebug.c (version: 1.203)
xdebug/xdebug_compat.h (version: 1.2)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- xdebug/xdebug.c:1.202 Sun Apr 04 19:24:58 2004 GMT
+++ xdebug/xdebug.c Sun Apr 04 19:32:49 2004 GMT
@@ -1438,7 +1438,7 @@
PHPWRITE(val, strlen(val));
xdfree(val);
} else {
- xdebug_var_dump(args[i], 1 TSRMLS_CC);
+ xdebug_php_var_dump(args[i], 1 TSRMLS_CC);
}
}
[FILE: /xdebug/xdebug_compat.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/xdebug_compat.h:1.1 Sun Apr 04 19:24:58 2004 GMT
+++ xdebug/xdebug_compat.h Sun Apr 04 19:32:49 2004 GMT
@@ -22,12 +22,12 @@
#if (PHP_MAJOR_VERSION == 4) && (PHP_MINOR_VERSION == 3) && (PHP_RELEASE_VERSION <= 1)
-void xdebug_var_dump(zval **struc, int level TSRMLS_DC);
+void xdebug_php_var_dump(zval **struc, int level TSRMLS_DC);
#else
# include "ext/standard/php_var.h"
-# define xdebug_var_dump php_var_dump
+# define xdebug_php_var_dump php_var_dump
#endif
Received on Sun Apr 04 2004 - 23:32:48 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST