Maybe we should add those two settings also to the default overwrites
since you can easily fail all tests by this simple settings and mbstring
module as well as output buffering are checked elsewhere.
marcus
Index: run-tests.php
===================================================================
RCS file: /repository/php4/run-tests.php,v
retrieving revision 1.111
diff -u -r1.111 run-tests.php
--- run-tests.php 3 Nov 2002 10:52:19 -0000 1.111
+++ run-tests.php 3 Nov 2002 10:56:08 -0000
@@ -508,6 +510,8 @@
// Default ini settings
$settings = array (
+ "output_handler=",
+ "zlib.output_compression=0",
"open_basedir=",
"disable_functions=",
"error_reporting=2047",
At 11:52 03.11.2002, Marcus B�rger wrote:
helly Sun Nov 3 05:52:19 2002 EDT
Modified files:
/php4 run-tests.php
Log:
pass params used for info call to skipif also
#try php.ini with
#output_handler=mb_string
#mbstring.http_output=UCS-2LE
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.110 php4/run-tests.php:1.111
--- php4/run-tests.php:1.110 Sat Nov 2 17:06:03 2002
+++ php4/run-tests.php Sun Nov 3 05:52:19 2002
@@ -117,10 +117,10 @@
'auto_append_file=',
(bla)