Date: Thu Oct 21 09:10:09 CEST 2004
User: Derick Rethans
Directory: xdebug
Log Message:
[0.05]
- There is indeed no good way as the Zend mastah's didn't want to bumb the
API number.
Modified files:
xdebug/xdebug.c (version: 1.244)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- xdebug/xdebug.c:1.243 Wed Oct 20 15:03:43 2004 GMT
+++ xdebug/xdebug.c Thu Oct 21 05:10:09 2004 GMT
@@ -53,11 +53,10 @@
#include "zend_constants.h"
#include "zend_extensions.h"
#ifdef ZEND_ENGINE_2
-#include "zend_exceptions.h"
-// XXX No good way to know when the vm is introduced???
-#if PHP_MAJOR_VERSION >= 5 && PHP_MINOR_VERSION >= 1
-#include "zend_vm.h"
-#endif
+# include "zend_exceptions.h"
+# if PHP_MAJOR_VERSION >= 5 && PHP_MINOR_VERSION >= 1
+# include "zend_vm.h"
+# endif
#endif
#include "php_xdebug.h"
Received on Thu Oct 21 2004 - 09:10:14 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST