[xdebug-dev] xdebug xdebug/xdebug.c - Fixed bug #270: Debugger aborts when PHP's eval() is encountered.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Fri, 1 Jun 2007 14:23:36 +0200

Date: Fri Jun 1 14:23:36 CEST 2007
User: Derick Rethans
Directory: xdebug

Log Message:
[0.50]
- Fixed bug #270: Debugger aborts when PHP's eval() is encountered.

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

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -r1.392 -r1.393
--- xdebug/xdebug.c:1.392 Thu May 31 16:42:48 2007 GMT
+++ xdebug/xdebug.c Fri Jun 01 10:23:36 2007 GMT
@@ -1043,7 +1043,7 @@
 
 #if (PHP_MAJOR_VERSION == 6) || \
         (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION >= 1) || \
- (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 0 && PHP_RELEASE_VERSION > 5) || \
+ (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 0 && PHP_RELEASE_VERSION > 3) || \
         (PHP_MAJOR_VERSION == 4 && PHP_MINOR_VERSION == 4 && PHP_RELEASE_VERSION > 0)
                 if (tmp->function.type == XFUNC_EVAL) {
                         int is_var;
Received on Fri Jun 01 2007 - 14:23:43 BST

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