[xdebug-dev] xdebug xdebug/xdebug.c - Make things work in PHP 4.3 and PHP 5.0 again.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Thu, 4 Nov 2004 23:43:56 +0100

Date: Thu Nov 4 23:43:56 CET 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Make things work in PHP 4.3 and PHP 5.0 again.

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

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- xdebug/xdebug.c:1.250 Mon Nov 01 11:12:47 2004 GMT
+++ xdebug/xdebug.c Thu Nov 04 21:43:55 2004 GMT
@@ -882,7 +882,7 @@
         return tmp;
 }
 
-static void add_used_variables (function_stack_entry *fse, zend_op_array *op_array)
+static void add_used_variables(function_stack_entry *fse, zend_op_array *op_array)
 {
         int i = 0;
         int j = op_array->size;
@@ -1099,7 +1099,7 @@
         if (XG(profiler_enabled)) {
                 xdebug_profiler_function_user_begin(fse TSRMLS_CC);
         }
- old_execute(op_array TSRMLS_CC);
+ xdebug_old_execute(op_array TSRMLS_CC);
 
         if (XG(profiler_enabled)) {
                 xdebug_profiler_function_user_end(fse, op_array TSRMLS_CC);
Received on Thu Nov 04 2004 - 23:43:58 GMT

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