summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-11-25 23:20:05 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-11-25 23:20:05 +0000
commit9497ba9d49c4ad9d5e4e7fea0dc7f6880fc8758d (patch)
treeaea8f81603f4e21a15199d5bfd455c7733d59485
parente617da5aaedfce95534a0c06611a224e2180f9e4 (diff)
downloadphp-git-9497ba9d49c4ad9d5e4e7fea0dc7f6880fc8758d.tar.gz
MFH (test failure if session.serialize_handler is not set to php).
-rw-r--r--ext/session/tests/001.phpt1
-rw-r--r--ext/session/tests/003.phpt1
-rw-r--r--ext/session/tests/004.phpt1
-rw-r--r--ext/session/tests/005.phpt1
-rw-r--r--ext/session/tests/006.phpt1
-rw-r--r--ext/session/tests/007.phpt1
-rw-r--r--ext/session/tests/008-php4.2.3.phpt1
-rw-r--r--ext/session/tests/009.phpt1
-rw-r--r--ext/session/tests/012.phpt1
-rw-r--r--ext/session/tests/013.phpt1
-rw-r--r--ext/session/tests/014.phpt1
-rw-r--r--ext/session/tests/015.phpt1
-rw-r--r--ext/session/tests/016.phpt1
-rw-r--r--ext/session/tests/017.phpt1
-rw-r--r--ext/session/tests/018.phpt1
-rw-r--r--ext/session/tests/019.phpt1
-rw-r--r--ext/session/tests/020.phpt1
-rw-r--r--ext/session/tests/021.phpt1
18 files changed, 18 insertions, 0 deletions
diff --git a/ext/session/tests/001.phpt b/ext/session/tests/001.phpt
index 27dfdf7931..f499029a73 100644
--- a/ext/session/tests/001.phpt
+++ b/ext/session/tests/001.phpt
@@ -6,6 +6,7 @@ session object serialization
session.use_cookies=0
session.cache_limiter=
register_globals=1
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/003.phpt b/ext/session/tests/003.phpt
index 164993cc96..638506e31e 100644
--- a/ext/session/tests/003.phpt
+++ b/ext/session/tests/003.phpt
@@ -6,6 +6,7 @@ session object deserialization
session.use_cookies=0
session.cache_limiter=
register_globals=1
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/004.phpt b/ext/session/tests/004.phpt
index 1e0b1959a1..0d930c5307 100644
--- a/ext/session/tests/004.phpt
+++ b/ext/session/tests/004.phpt
@@ -7,6 +7,7 @@ session.use_cookies=0
session.cache_limiter=
register_globals=1
session.name=PHPSESSID
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/005.phpt b/ext/session/tests/005.phpt
index 06bcbd3731..3c9205277f 100644
--- a/ext/session/tests/005.phpt
+++ b/ext/session/tests/005.phpt
@@ -7,6 +7,7 @@ session.use_cookies=0
session.cache_limiter=
register_globals=1
session.name=PHPSESSID
+session.serialize_handler=php
--FILE--
<?php
diff --git a/ext/session/tests/006.phpt b/ext/session/tests/006.phpt
index a5eaa1ff2f..2cdeace074 100644
--- a/ext/session/tests/006.phpt
+++ b/ext/session/tests/006.phpt
@@ -6,6 +6,7 @@ correct instantiation of references between variables in sessions
session.use_cookies=0
session.cache_limiter=
register_globals=1
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/007.phpt b/ext/session/tests/007.phpt
index cde56e195e..7e13ab27e3 100644
--- a/ext/session/tests/007.phpt
+++ b/ext/session/tests/007.phpt
@@ -7,6 +7,7 @@ session.use_cookies=0
session.cache_limiter=
register_globals=1
session.bug_compat_42=1
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/008-php4.2.3.phpt b/ext/session/tests/008-php4.2.3.phpt
index 3b9d861830..2785ddc2e8 100644
--- a/ext/session/tests/008-php4.2.3.phpt
+++ b/ext/session/tests/008-php4.2.3.phpt
@@ -15,6 +15,7 @@ log_errors=0
html_errors=0
display_errors=1
error_reporting=2039;
+session.serialize_handler=php
--FILE--
<?php
session_id("abtest");
diff --git a/ext/session/tests/009.phpt b/ext/session/tests/009.phpt
index c883267b39..a79cb931aa 100644
--- a/ext/session/tests/009.phpt
+++ b/ext/session/tests/009.phpt
@@ -8,6 +8,7 @@ session.cache_limiter=
register_globals=0
session.bug_compat_42=1
session.bug_compat_warn=0
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/012.phpt b/ext/session/tests/012.phpt
index 6cc9706a4c..2bfee9b3de 100644
--- a/ext/session/tests/012.phpt
+++ b/ext/session/tests/012.phpt
@@ -8,6 +8,7 @@ session.cache_limiter=
register_globals=1
session.bug_compat_42=1
session.bug_compat_warn=0
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/013.phpt b/ext/session/tests/013.phpt
index 607889f4f0..77c1353054 100644
--- a/ext/session/tests/013.phpt
+++ b/ext/session/tests/013.phpt
@@ -8,6 +8,7 @@ session.cache_limiter=
register_globals=1
session.bug_compat_42=1
session.bug_compat_warn=0
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/014.phpt b/ext/session/tests/014.phpt
index e24727aaf0..593cfb957d 100644
--- a/ext/session/tests/014.phpt
+++ b/ext/session/tests/014.phpt
@@ -10,6 +10,7 @@ register_globals=1
session.bug_compat_42=1
session.bug_compat_warn=0
session.name=PHPSESSID
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/015.phpt b/ext/session/tests/015.phpt
index 38f72023f8..53929b1672 100644
--- a/ext/session/tests/015.phpt
+++ b/ext/session/tests/015.phpt
@@ -8,6 +8,7 @@ session.use_cookies=0
session.cache_limiter=
arg_separator.output=&
session.name=PHPSESSID
+session.serialize_handler=php
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/session/tests/016.phpt b/ext/session/tests/016.phpt
index 934ac6731c..fde3a915a7 100644
--- a/ext/session/tests/016.phpt
+++ b/ext/session/tests/016.phpt
@@ -6,6 +6,7 @@ invalid session.save_path should not cause a segfault
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);
diff --git a/ext/session/tests/017.phpt b/ext/session/tests/017.phpt
index f2a6997b50..2a11fed85b 100644
--- a/ext/session/tests/017.phpt
+++ b/ext/session/tests/017.phpt
@@ -5,6 +5,7 @@ setting $_SESSION before session_start() should not cause segfault
--INI--
session.use_cookies=0
session.cache_limiter=
+session.serialize_handler=php
--FILE--
<?php
diff --git a/ext/session/tests/018.phpt b/ext/session/tests/018.phpt
index 9e47a28d19..0b84978ed2 100644
--- a/ext/session/tests/018.phpt
+++ b/ext/session/tests/018.phpt
@@ -7,6 +7,7 @@ session.use_cookies=0
session.cache_limiter=
session.use_trans_sid=1
session.name=PHPSESSID
+session.serialize_handler=php
--FILE--
<?php
diff --git a/ext/session/tests/019.phpt b/ext/session/tests/019.phpt
index b8833d870c..c8b969e44f 100644
--- a/ext/session/tests/019.phpt
+++ b/ext/session/tests/019.phpt
@@ -6,6 +6,7 @@ serializing references test case using globals
session.use_cookies=0
session.cache_limiter=
register_globals=1
+session.serialize_handler=php
--FILE--
<?php
diff --git a/ext/session/tests/020.phpt b/ext/session/tests/020.phpt
index 6821af470d..c9571ef20d 100644
--- a/ext/session/tests/020.phpt
+++ b/ext/session/tests/020.phpt
@@ -8,6 +8,7 @@ session.cache_limiter=
session.use_trans_sid=1
arg_separator.output=&amp;
session.name=PHPSESSID
+session.serialize_handler=php
--FILE--
<?php
diff --git a/ext/session/tests/021.phpt b/ext/session/tests/021.phpt
index 87763dc32f..b45406438e 100644
--- a/ext/session/tests/021.phpt
+++ b/ext/session/tests/021.phpt
@@ -8,6 +8,7 @@ session.cache_limiter=
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