iliaa Mon Nov 25 18:20:05 2002 EDT Modified files: /php4/ext/session/tests 001.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008-php4.2.3.phpt 009.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 020.phpt 021.phpt Log: MFH (test failure if session.serialize_handler is not set to php). Index: php4/ext/session/tests/001.phpt diff -u php4/ext/session/tests/001.phpt:1.8 php4/ext/session/tests/001.phpt:1.9 --- php4/ext/session/tests/001.phpt:1.8 Thu Oct 3 12:14:54 2002 +++ php4/ext/session/tests/001.phpt Mon Nov 25 18:20:05 2002 @@ -6,6 +6,7 @@ session.use_cookies=0 session.cache_limiter= register_globals=1 +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/003.phpt diff -u php4/ext/session/tests/003.phpt:1.10 php4/ext/session/tests/003.phpt:1.11 --- php4/ext/session/tests/003.phpt:1.10 Thu Oct 3 12:14:54 2002 +++ php4/ext/session/tests/003.phpt Mon Nov 25 18:20:05 2002 @@ -6,6 +6,7 @@ session.use_cookies=0 session.cache_limiter= register_globals=1 +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/004.phpt diff -u php4/ext/session/tests/004.phpt:1.13 php4/ext/session/tests/004.phpt:1.14 --- php4/ext/session/tests/004.phpt:1.13 Sun Oct 13 07:14:49 2002 +++ php4/ext/session/tests/004.phpt Mon Nov 25 18:20:05 2002 @@ -7,6 +7,7 @@ session.cache_limiter= register_globals=1 session.name=PHPSESSID +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/005.phpt diff -u php4/ext/session/tests/005.phpt:1.11 php4/ext/session/tests/005.phpt:1.12 --- php4/ext/session/tests/005.phpt:1.11 Sun Oct 13 07:14:49 2002 +++ php4/ext/session/tests/005.phpt Mon Nov 25 18:20:05 2002 @@ -7,6 +7,7 @@ session.cache_limiter= register_globals=1 session.name=PHPSESSID +session.serialize_handler=php --FILE-- <?php Index: php4/ext/session/tests/006.phpt diff -u php4/ext/session/tests/006.phpt:1.10 php4/ext/session/tests/006.phpt:1.11 --- php4/ext/session/tests/006.phpt:1.10 Thu Oct 3 12:14:55 2002 +++ php4/ext/session/tests/006.phpt Mon Nov 25 18:20:05 2002 @@ -6,6 +6,7 @@ session.use_cookies=0 session.cache_limiter= register_globals=1 +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/007.phpt diff -u php4/ext/session/tests/007.phpt:1.6 php4/ext/session/tests/007.phpt:1.7 --- php4/ext/session/tests/007.phpt:1.6 Thu Oct 3 12:14:55 2002 +++ php4/ext/session/tests/007.phpt Mon Nov 25 18:20:05 2002 @@ -7,6 +7,7 @@ session.cache_limiter= register_globals=1 session.bug_compat_42=1 +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/008-php4.2.3.phpt diff -u php4/ext/session/tests/008-php4.2.3.phpt:1.4 php4/ext/session/tests/008-php4.2.3.phpt:1.5 --- php4/ext/session/tests/008-php4.2.3.phpt:1.4 Tue Oct 29 09:03:37 2002 +++ php4/ext/session/tests/008-php4.2.3.phpt Mon Nov 25 18:20:05 2002 @@ -15,6 +15,7 @@ html_errors=0 display_errors=1 error_reporting=2039; +session.serialize_handler=php --FILE-- <?php session_id("abtest"); Index: php4/ext/session/tests/009.phpt diff -u php4/ext/session/tests/009.phpt:1.2 php4/ext/session/tests/009.phpt:1.3 --- php4/ext/session/tests/009.phpt:1.2 Thu Oct 3 12:14:55 2002 +++ php4/ext/session/tests/009.phpt Mon Nov 25 18:20:05 2002 @@ -8,6 +8,7 @@ register_globals=0 session.bug_compat_42=1 session.bug_compat_warn=0 +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/012.phpt diff -u php4/ext/session/tests/012.phpt:1.2 php4/ext/session/tests/012.phpt:1.3 --- php4/ext/session/tests/012.phpt:1.2 Thu Oct 3 12:14:55 2002 +++ php4/ext/session/tests/012.phpt Mon Nov 25 18:20:05 2002 @@ -8,6 +8,7 @@ register_globals=1 session.bug_compat_42=1 session.bug_compat_warn=0 +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/013.phpt diff -u php4/ext/session/tests/013.phpt:1.2 php4/ext/session/tests/013.phpt:1.3 --- php4/ext/session/tests/013.phpt:1.2 Thu Oct 3 12:14:55 2002 +++ php4/ext/session/tests/013.phpt Mon Nov 25 18:20:05 2002 @@ -8,6 +8,7 @@ register_globals=1 session.bug_compat_42=1 session.bug_compat_warn=0 +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/014.phpt diff -u php4/ext/session/tests/014.phpt:1.3 php4/ext/session/tests/014.phpt:1.4 --- php4/ext/session/tests/014.phpt:1.3 Sun Oct 13 07:14:49 2002 +++ php4/ext/session/tests/014.phpt Mon Nov 25 18:20:05 2002 @@ -10,6 +10,7 @@ session.bug_compat_42=1 session.bug_compat_warn=0 session.name=PHPSESSID +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/015.phpt diff -u php4/ext/session/tests/015.phpt:1.3 php4/ext/session/tests/015.phpt:1.4 --- php4/ext/session/tests/015.phpt:1.3 Sun Oct 13 07:14:49 2002 +++ php4/ext/session/tests/015.phpt Mon Nov 25 18:20:05 2002 @@ -8,6 +8,7 @@ session.cache_limiter= arg_separator.output=& session.name=PHPSESSID +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/016.phpt diff -u php4/ext/session/tests/016.phpt:1.1 php4/ext/session/tests/016.phpt:1.2 --- php4/ext/session/tests/016.phpt:1.1 Thu Oct 3 12:49:52 2002 +++ php4/ext/session/tests/016.phpt Mon Nov 25 18:20:05 2002 @@ -6,6 +6,7 @@ session.save_path="123;:/really\\completely:::/invalid;;,23123;213" session.use_cookies=0 session.cache_limiter= +session.serialize_handler=php --FILE-- <?php error_reporting(E_ALL); Index: php4/ext/session/tests/017.phpt diff -u php4/ext/session/tests/017.phpt:1.1 php4/ext/session/tests/017.phpt:1.2 --- php4/ext/session/tests/017.phpt:1.1 Thu Oct 3 12:55:08 2002 +++ php4/ext/session/tests/017.phpt Mon Nov 25 18:20:05 2002 @@ -5,6 +5,7 @@ --INI-- session.use_cookies=0 session.cache_limiter= +session.serialize_handler=php --FILE-- <?php Index: php4/ext/session/tests/018.phpt diff -u php4/ext/session/tests/018.phpt:1.2 php4/ext/session/tests/018.phpt:1.3 --- php4/ext/session/tests/018.phpt:1.2 Sun Oct 13 07:14:49 2002 +++ php4/ext/session/tests/018.phpt Mon Nov 25 18:20:05 2002 @@ -7,6 +7,7 @@ session.cache_limiter= session.use_trans_sid=1 session.name=PHPSESSID +session.serialize_handler=php --FILE-- <?php Index: php4/ext/session/tests/019.phpt diff -u php4/ext/session/tests/019.phpt:1.2 php4/ext/session/tests/019.phpt:1.3 --- php4/ext/session/tests/019.phpt:1.2 Thu Oct 3 19:13:36 2002 +++ php4/ext/session/tests/019.phpt Mon Nov 25 18:20:05 2002 @@ -6,6 +6,7 @@ session.use_cookies=0 session.cache_limiter= register_globals=1 +session.serialize_handler=php --FILE-- <?php Index: php4/ext/session/tests/020.phpt diff -u php4/ext/session/tests/020.phpt:1.2 php4/ext/session/tests/020.phpt:1.3 --- php4/ext/session/tests/020.phpt:1.2 Sun Oct 13 07:14:49 2002 +++ php4/ext/session/tests/020.phpt Mon Nov 25 18:20:05 2002 @@ -8,6 +8,7 @@ session.use_trans_sid=1 arg_separator.output=& session.name=PHPSESSID +session.serialize_handler=php --FILE-- <?php Index: php4/ext/session/tests/021.phpt diff -u php4/ext/session/tests/021.phpt:1.5 php4/ext/session/tests/021.phpt:1.6 --- php4/ext/session/tests/021.phpt:1.5 Thu Oct 31 19:22:02 2002 +++ php4/ext/session/tests/021.phpt Mon Nov 25 18:20:05 2002 @@ -8,6 +8,7 @@ session.use_trans_sid=1 url_rewriter.tags="a=href,area=href,frame=src,input=src,form=,fieldset=" session.name=PHPSESSID +session.serialize_handler=php --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php