Date: Thu Sep 21 11:36:51 CEST 2006
User: Derick Rethans
Directory: xdebug
Log Message:
[0.05]
- One more to overload.
Modified files:
xdebug/xdebug.c (version: 1.342)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -r1.341 -r1.342
--- xdebug/xdebug.c:1.341 Wed Sep 20 11:11:31 2006 GMT
+++ xdebug/xdebug.c Thu Sep 21 07:36:50 2006 GMT
@@ -511,6 +511,7 @@
XDEBUG_OPCODE_OVERRIDE(new)
XDEBUG_OPCODE_OVERRIDE(ext_fcall_begin)
XDEBUG_OPCODE_OVERRIDE(catch)
+XDEBUG_OPCODE_OVERRIDE(bool)
#endif
@@ -563,6 +564,7 @@
XDEBUG_SET_OPCODE_OVERRIDE(new, ZEND_NEW);
XDEBUG_SET_OPCODE_OVERRIDE(ext_fcall_begin, ZEND_EXT_FCALL_BEGIN);
XDEBUG_SET_OPCODE_OVERRIDE(catch, ZEND_CATCH);
+ XDEBUG_SET_OPCODE_OVERRIDE(bool, ZEND_BOOL);
#endif
if (zend_xdebug_initialised == 0) {
Received on Thu Sep 21 2006 - 11:37:10 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST