Date: Wed Feb 13 17:26:42 CET 2008
User: Derick Rethans
Directory: xdebug
Log Message:
[0.05]
- One more overloaded opcode for code coverage.
Modified files:
xdebug/xdebug.c (version: 1.418)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -r1.417 -r1.418
--- xdebug/xdebug.c:1.417 Wed Feb 13 13:57:00 2008 GMT
+++ xdebug/xdebug.c Wed Feb 13 15:26:42 2008 GMT
@@ -539,6 +539,7 @@
XDEBUG_OPCODE_OVERRIDE(fetch_constant)
XDEBUG_OPCODE_OVERRIDE(concat)
XDEBUG_OPCODE_OVERRIDE(isset_isempty_dim_obj)
+XDEBUG_OPCODE_OVERRIDE(pre_inc_obj)
#endif
@@ -610,6 +611,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:26:50 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST