[xdebug-dev] xdebug xdebug/xdebug.c

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Thu, 6 Oct 2005 22:22:38 +0200

Date: Thu Oct 6 22:22:38 CEST 2005
User: Derick Rethans
Directory: xdebug

Log Message:
- Fixed names of the defines.

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

[FILE: /xdebug/xdebug.c]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- xdebug/xdebug.c:1.278 Thu Sep 29 18:42:27 2005 GMT
+++ xdebug/xdebug.c Thu Oct 06 18:22:37 2005 GMT
@@ -940,8 +940,8 @@
 
 #if (PHP_MAJOR_VERSION == 6) || \
         (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 1) || \
- (PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION == 0 && PHP_MINI_VERSION > 5) || \
- (PHP_MAJOR_VERSION == 4 && PHP_MINOR_VERSION == 4 && PHP_MINI_VERSION > 0)
+ (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) {
                         int is_var;
 
Received on Thu Oct 06 2005 - 22:22:38 BST

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