Date: Thu Aug 11 14:42:15 CEST 2005
User: Derick Rethans
Directory: xdebug
Log Message:
- Fixed test "bug00003.phpt" and added a note about why test6 fails in PHP 5.1
and 6.0.
Modified files:
xdebug/xdebug.c (version: 1.269)
xdebug/tests/bug00003.phpt (version: 1.9)
[FILE: /xdebug/xdebug.c]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- xdebug/xdebug.c:1.268 Thu Aug 11 09:39:58 2005 GMT
+++ xdebug/xdebug.c Thu Aug 11 10:42:15 2005 GMT
@@ -981,6 +981,7 @@
cv = zend_get_compiled_variable_name(op_array, op_array->opcodes[i].op2.u.var, &cv_len);
xdebug_hash_update(fse->used_vars, cv, cv_len, xdstrdup(cv));
}
+ /* FIXME: Add support for function arguments too */
#else
if (op_array->opcodes[i].opcode == ZEND_FETCH_R || op_array->opcodes[i].opcode == ZEND_FETCH_W) {
if (op_array->opcodes[i].op1.op_type == IS_CONST) {
[FILE: /xdebug/tests/bug00003.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xdebug/tests/bug00003.phpt:1.8 Mon Aug 16 05:59:56 2004 GMT
+++ xdebug/tests/bug00003.phpt Thu Aug 11 10:42:15 2005 GMT
@@ -9,6 +9,7 @@
xdebug.profiler_enable=0
xdebug.show_mem_delta=0
xdebug.trace_format=0
+date.timezone=Europe/Oslo
--FILE--
<?php
$tf = xdebug_start_trace('/tmp/bug00003.trace');
Received on Thu Aug 11 2005 - 14:42:21 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST