Date: Sat Oct 31 10:08:56 CET 2009
User: Derick Rethans
Directory: xdebug
Log Message:
[0.25]
- Fixed tests.
Modified files:
xdebug/tests/array_map.phpt (version: 1.16)
xdebug/tests/assignment-trace8.phpt (version: 1.2)
xdebug/tests/assignment-trace9.phpt (version: 1.2)
[FILE: /xdebug/tests/array_map.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- xdebug/tests/array_map.phpt:1.15 Sun Jan 04 20:34:08 2009 GMT
+++ xdebug/tests/array_map.phpt Sat Oct 31 08:08:56 2009 GMT
@@ -3,7 +3,7 @@
--SKIPIF--
<?php if (!extension_loaded("xdebug")) print "skip"; ?>
--INI--
-xdebug.enable=1
+xdebug.default_enable=1
xdebug.auto_trace=0
xdebug.collect_params=3
xdebug.collect_return=0
[FILE: /xdebug/tests/assignment-trace8.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/tests/assignment-trace8.phpt:1.1 Sat Oct 03 15:33:14 2009 GMT
+++ xdebug/tests/assignment-trace8.phpt Sat Oct 31 08:08:56 2009 GMT
@@ -9,6 +9,7 @@
xdebug.collect_params=4
xdebug.collect_returns=0
xdebug.collect_assignments=1
+xdebug.var_display_max_depth=9
--FILE--
<?php
$tf = xdebug_start_trace('/tmp/'. uniqid('xdt', TRUE));
[FILE: /xdebug/tests/assignment-trace9.phpt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdebug/tests/assignment-trace9.phpt:1.1 Sat Oct 03 15:33:14 2009 GMT
+++ xdebug/tests/assignment-trace9.phpt Sat Oct 31 08:08:56 2009 GMT
@@ -9,6 +9,7 @@
xdebug.collect_params=4
xdebug.collect_returns=0
xdebug.collect_assignments=1
+xdebug.var_display_max_depth=9
--FILE--
<?php
$tf = xdebug_start_trace('/tmp/'. uniqid('xdt', TRUE));
Received on Sat Oct 31 2009 - 10:09:16 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST