Date: Tue Oct 3 21:13:14 CEST 2006
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed bug #173: Coverage produce wrong coverage, by overloading yet another
opcode.
Modified files:
xdebug/xdebug.c (version: 1.349)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -r1.348 -r1.349
--- xdebug/xdebug.c:1.348 Tue Oct 03 17:07:06 2006 GMT
+++ xdebug/xdebug.c Tue Oct 03 17:13:14 2006 GMT
@@ -529,6 +529,7 @@
XDEBUG_OPCODE_OVERRIDE(fetch_dim_r)
XDEBUG_OPCODE_OVERRIDE(fetch_obj_func_arg)
XDEBUG_OPCODE_OVERRIDE(fetch_class)
+XDEBUG_OPCODE_OVERRIDE(concat)
#endif
@@ -588,6 +589,7 @@
XDEBUG_SET_OPCODE_OVERRIDE(fetch_dim_r, ZEND_FETCH_DIM_R);
XDEBUG_SET_OPCODE_OVERRIDE(fetch_obj_func_arg, ZEND_FETCH_OBJ_FUNC_ARG);
XDEBUG_SET_OPCODE_OVERRIDE(fetch_class, ZEND_FETCH_CLASS);
+ XDEBUG_SET_OPCODE_OVERRIDE(concat, ZEND_CONCAT);
#endif
if (zend_xdebug_initialised == 0) {
Received on Tue Oct 03 2006 - 21:13:18 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST