From: foobar Date: Thu, 31 Mar 2005 19:47:19 +0000 (+0000) Subject: These tests require register_long_arrays=1 X-Git-Tag: php-5.0.1b1~647 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a119050ebb635204ef6506e89063283c99aac5e1;p=php These tests require register_long_arrays=1 --- diff --git a/ext/session/tests/007.phpt b/ext/session/tests/007.phpt index 7e13ab27e3..a6abbec9b1 100644 --- a/ext/session/tests/007.phpt +++ b/ext/session/tests/007.phpt @@ -3,6 +3,7 @@ bug compatibility: unset($c) with enabled register_globals --SKIPIF-- --INI-- +register_long_arrays=1 session.use_cookies=0 session.cache_limiter= register_globals=1 diff --git a/ext/session/tests/008-php4.2.3.phpt b/ext/session/tests/008-php4.2.3.phpt index 2785ddc2e8..152c1e514d 100644 --- a/ext/session/tests/008-php4.2.3.phpt +++ b/ext/session/tests/008-php4.2.3.phpt @@ -5,6 +5,7 @@ bug compatibility: global is used albeit register_globals=0 if (version_compare(PHP_VERSION,"4.2.3-dev", "<")) die("skip this is for PHP >= 4.2.3"); ?> --INI-- +register_long_arrays=1 session.use_cookies=0 session.cache_limiter= register_globals=0 diff --git a/ext/session/tests/009.phpt b/ext/session/tests/009.phpt index a79cb931aa..d1d78eed18 100644 --- a/ext/session/tests/009.phpt +++ b/ext/session/tests/009.phpt @@ -3,6 +3,7 @@ unset($_SESSION["name"]); should work with register_globals=off --SKIPIF-- --INI-- +register_long_arrays=1 session.use_cookies=0 session.cache_limiter= register_globals=0