Date: Wed Feb 13 17:27:07 CET 2008
User: Derick Rethans
Directory: xdebug
Log Message:
[0.05]
- MFH: One more overloaded opcode for code coverage.
Modified files:
xdebug/xdebug.c (version: 1.400.2.11)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.400.2.10
retrieving revision 1.400.2.11
diff -u -r1.400.2.10 -r1.400.2.11
--- xdebug/xdebug.c:1.400.2.10 Wed Feb 13 13:57:30 2008 GMT
+++ xdebug/xdebug.c Wed Feb 13 15:27:07 2008 GMT
@@ -533,6 +533,7 @@
XDEBUG_OPCODE_OVERRIDE(fetch_constant)
XDEBUG_OPCODE_OVERRIDE(concat)
XDEBUG_OPCODE_OVERRIDE(isset_isempty_dim_obj)
+XDEBUG_OPCODE_OVERRIDE(pre_inc_obj)
#endif
@@ -604,6 +605,7 @@
XDEBUG_SET_OPCODE_OVERRIDE(fetch_constant, ZEND_FETCH_CONSTANT);
XDEBUG_SET_OPCODE_OVERRIDE(concat, ZEND_CONCAT);
XDEBUG_SET_OPCODE_OVERRIDE(isset_isempty_dim_obj, ZEND_ISSET_ISEMPTY_DIM_OBJ);
+ XDEBUG_SET_OPCODE_OVERRIDE(pre_inc_obj, ZEND_PRE_INC_OBJ);
#endif
if (zend_xdebug_initialised == 0) {
Received on Wed Feb 13 2008 - 17:27:12 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST