Date: Mon Jul 20 12:22:01 CEST 2009
User: Allister Beharry
Directory: xdebug
Log Message:
[2.1-dev]
- Added XDEBUG_CC_LINE_ COVERAGE_EX XDEBUG_CC_LBRANCH_ COVERAGE and XDEBUG_CC_DUMP_INSTRUCTIONS extension constants
- Added code_coverage_basic_blocks array to Xdebug globals
- Re-added opcode handlers for ZRND_BRK and ZEND_CONT
-
Modified files:
xdebug/php_xdebug.h (version: 1.152.4.1)
[FILE: /xdebug/php_xdebug.h]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.152
retrieving revision 1.152.4.1
diff -u -r1.152 -r1.152.4.1
--- xdebug/php_xdebug.h:1.152 Mon Jul 06 07:05:59 2009 GMT
+++ xdebug/php_xdebug.h Mon Jul 20 08:22:01 2009 GMT
@@ -180,6 +180,10 @@
xdebug_hash *code_coverage;
zend_bool code_coverage_unused;
zend_bool code_coverage_dead_code_analysis;
+ zend_bool code_coverage_line_coverage_ex;
+ zend_bool code_coverage_branch_coverage;
+ zend_bool code_coverage_dump_instructions;
+ zval *code_coverage_basic_blocks;
unsigned int function_count;
int reserved_offset;
Received on Mon Jul 20 2009 - 12:22:06 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST