]> granicus.if.org Git - php/commitdiff
Fixed test fules (they assumend register_long_arrays=1)
authorDmitry Stogov <dmitry@php.net>
Sun, 3 Jul 2005 10:37:11 +0000 (10:37 +0000)
committerDmitry Stogov <dmitry@php.net>
Sun, 3 Jul 2005 10:37:11 +0000 (10:37 +0000)
ext/session/tests/007.phpt
ext/session/tests/008-php4.2.3.phpt
ext/session/tests/009.phpt

index 7e13ab27e34db1ea06c39a3cee2d85f2d50ad569..a37b1db8f8978fd7c886aa8ff4fc3a50d805bd6c 100644 (file)
@@ -8,6 +8,7 @@ session.cache_limiter=
 register_globals=1
 session.bug_compat_42=1
 session.serialize_handler=php
+register_long_arrays=1
 --FILE--
 <?php
 error_reporting(E_ALL);
index 2785ddc2e810d95ddb724c5179d628414770e1fc..c1cc0c4c24cbdb102b8f4130bd4b59607bdcd39b 100644 (file)
@@ -16,6 +16,7 @@ html_errors=0
 display_errors=1
 error_reporting=2039;
 session.serialize_handler=php
+register_long_arrays=1
 --FILE--
 <?php
 session_id("abtest");
index a79cb931aae5b488718a816782800bfe5d40554b..aa9e46eb501cc720597e41f33018514a369278cb 100644 (file)
@@ -9,6 +9,7 @@ register_globals=0
 session.bug_compat_42=1
 session.bug_compat_warn=0
 session.serialize_handler=php
+register_long_arrays=1
 --FILE--
 <?php
 error_reporting(E_ALL);