[xdebug-dev] xdebug xdebug/xdebug.c - Fixed bug #180: collected includes not shown in trace files. (Patch by

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 7 May 2006 18:19:50 +0200

Date: Sun May 7 18:19:50 CEST 2006
User: Derick Rethans
Directory: xdebug

Log Message:
[0.25]
- Fixed bug #180: collected includes not shown in trace files. (Patch by
  Cristian Rodriguez <soporte[@]onfocus.cl>)

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

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- xdebug/xdebug.c:1.310 Fri Apr 14 08:07:07 2006 GMT
+++ xdebug/xdebug.c Sun May 07 14:19:50 2006 GMT
@@ -979,7 +979,7 @@
                 tmp->lineno = cur_opcode->lineno;
 
 #if (PHP_MAJOR_VERSION == 6) || \
- (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 1) || \
+ (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1) || \
         (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 0 && PHP_RELEASE_VERSION > 5) || \
         (PHP_MAJOR_VERSION == 4 && PHP_MINOR_VERSION == 4 && PHP_RELEASE_VERSION > 0)
                 if (tmp->function.type == XFUNC_EVAL) {
@@ -2503,7 +2503,7 @@
 #endif
                         break;
 
-#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 1) || (PHP_MAJOR_VERSION >= 6)
+#if (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1) || (PHP_MAJOR_VERSION >= 6)
                 case IS_CV:
                         return *zend_get_compiled_variable_value(zdata, node->u.constant.value.lval);
                         break;
Received on Sun May 07 2006 - 18:19:52 BST

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