[xdebug-dev] xdebug xdebug/xdebug_var.c - Fix TS compile for PHP < 5.3.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Thu, 2 Jul 2009 11:02:45 +0200

Date: Thu Jul 2 11:02:45 CEST 2009
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Fix TS compile for PHP < 5.3.

Modified files:
           xdebug/xdebug_var.c (version: 1.86.2.8)

[FILE: /xdebug/xdebug_var.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.86.2.7
retrieving revision 1.86.2.8
diff -u -r1.86.2.7 -r1.86.2.8
--- xdebug/xdebug_var.c:1.86.2.7 Sat Mar 28 17:45:45 2009 GMT
+++ xdebug/xdebug_var.c Thu Jul 02 07:02:45 2009 GMT
@@ -469,7 +469,7 @@
         return 0;
 }
 
-static int xdebug_object_element_export_xml(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key)
+static int xdebug_object_element_export_xml(zval **zv XDEBUG_ZEND_HASH_APPLY_TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key)
 {
         int level;
         xdebug_str *str;
Received on Thu Jul 02 2009 - 11:03:10 BST

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