dmitry          Sun Jul  3 06:37:11 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/session/tests  007.phpt 008-php4.2.3.phpt 009.phpt 
  Log:
  Fixed test fules (they assumend register_long_arrays=1)
  
  
http://cvs.php.net/diff.php/php-src/ext/session/tests/007.phpt?r1=1.7&r2=1.7.2.1&ty=u
Index: php-src/ext/session/tests/007.phpt
diff -u php-src/ext/session/tests/007.phpt:1.7 
php-src/ext/session/tests/007.phpt:1.7.2.1
--- php-src/ext/session/tests/007.phpt:1.7      Mon Nov 25 18:20:05 2002
+++ php-src/ext/session/tests/007.phpt  Sun Jul  3 06:37:11 2005
@@ -8,6 +8,7 @@
 register_globals=1
 session.bug_compat_42=1
 session.serialize_handler=php
+register_long_arrays=1
 --FILE--
 <?php
 error_reporting(E_ALL);
http://cvs.php.net/diff.php/php-src/ext/session/tests/008-php4.2.3.phpt?r1=1.5&r2=1.5.2.1&ty=u
Index: php-src/ext/session/tests/008-php4.2.3.phpt
diff -u php-src/ext/session/tests/008-php4.2.3.phpt:1.5 
php-src/ext/session/tests/008-php4.2.3.phpt:1.5.2.1
--- php-src/ext/session/tests/008-php4.2.3.phpt:1.5     Mon Nov 25 18:20:05 2002
+++ php-src/ext/session/tests/008-php4.2.3.phpt Sun Jul  3 06:37:11 2005
@@ -16,6 +16,7 @@
 display_errors=1
 error_reporting=2039;
 session.serialize_handler=php
+register_long_arrays=1
 --FILE--
 <?php
 session_id("abtest");
http://cvs.php.net/diff.php/php-src/ext/session/tests/009.phpt?r1=1.3&r2=1.3.2.1&ty=u
Index: php-src/ext/session/tests/009.phpt
diff -u php-src/ext/session/tests/009.phpt:1.3 
php-src/ext/session/tests/009.phpt:1.3.2.1
--- php-src/ext/session/tests/009.phpt:1.3      Mon Nov 25 18:20:05 2002
+++ php-src/ext/session/tests/009.phpt  Sun Jul  3 06:37:11 2005
@@ -9,6 +9,7 @@
 session.bug_compat_42=1
 session.bug_compat_warn=0
 session.serialize_handler=php
+register_long_arrays=1
 --FILE--
 <?php
 error_reporting(E_ALL);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to