Date: Mon May 28 20:59:07 CEST 2007
User: Derick Rethans
Directory: xdebug
Log Message:
[0.50]
- Fixed bug #261: Code coverage issues by overloading zend_assign_dim.
Modified files:
xdebug/xdebug.c (version: 1.389)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -r1.388 -r1.389
--- xdebug/xdebug.c:1.388 Sun May 27 19:25:51 2007 GMT
+++ xdebug/xdebug.c Mon May 28 16:59:07 2007 GMT
@@ -510,6 +510,7 @@
XDEBUG_OPCODE_OVERRIDE(is_smaller)
XDEBUG_OPCODE_OVERRIDE(is_smaller_or_equal)
XDEBUG_OPCODE_OVERRIDE(assign)
+XDEBUG_OPCODE_OVERRIDE(assign_dim)
XDEBUG_OPCODE_OVERRIDE(add_array_element)
XDEBUG_OPCODE_OVERRIDE(return)
XDEBUG_OPCODE_OVERRIDE(ext_stmt)
@@ -573,6 +574,7 @@
XDEBUG_SET_OPCODE_OVERRIDE(is_smaller, ZEND_IS_SMALLER);
XDEBUG_SET_OPCODE_OVERRIDE(is_smaller_or_equal, ZEND_IS_SMALLER_OR_EQUAL);
XDEBUG_SET_OPCODE_OVERRIDE(assign, ZEND_ASSIGN);
+ XDEBUG_SET_OPCODE_OVERRIDE(assign_dim, ZEND_ASSIGN_DIM);
XDEBUG_SET_OPCODE_OVERRIDE(add_array_element, ZEND_ADD_ARRAY_ELEMENT);
XDEBUG_SET_OPCODE_OVERRIDE(return, ZEND_RETURN);
XDEBUG_SET_OPCODE_OVERRIDE(ext_stmt, ZEND_EXT_STMT);
Received on Mon May 28 2007 - 20:59:10 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST