Date: Sat Jul 18 19:25:59 CEST 2009
User: Allister Beharry
Directory: xdebug
Log Message:
[0.25]
- Fixed ZTS compile again for PHP < 5.3.
-
Modified files:
xdebug/xdebug_var.c (version: 1.98.4.1)
[FILE: /xdebug/xdebug_var.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.98
retrieving revision 1.98.4.1
diff -u -r1.98 -r1.98.4.1
--- xdebug/xdebug_var.c:1.98 Thu Jul 02 07:03:41 2009 GMT
+++ xdebug/xdebug_var.c Sat Jul 18 15:25:59 2009 GMT
@@ -468,6 +468,9 @@
int level;
xdebug_str *str;
char *prop_name, *class_name, *modifier;
+ #if !defined(PHP_VERSION_ID) || PHP_VERSION_ID < 50300
+ TSRMLS_FETCH();
+ #endif
level = va_arg(args, int);
str = va_arg(args, struct xdebug_str*);
Received on Sat Jul 18 2009 - 19:26:32 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST