diff options
author | Derick Rethans <derick@php.net> | 2002-10-13 11:14:49 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-10-13 11:14:49 +0000 |
commit | bfc3250187fd70e9b31ab3ddf7e2d4b4d5d18e44 (patch) | |
tree | 4de3f2e2f46e277acd197ae3358e55ad3d1f1431 /ext/session | |
parent | 0b69dbc931731ec6578543f01a6eea4d123acb2e (diff) | |
download | php-git-bfc3250187fd70e9b31ab3ddf7e2d4b4d5d18e44.tar.gz |
- Hardcode dependent ini setting
Diffstat (limited to 'ext/session')
-rw-r--r-- | ext/session/tests/004.phpt | 1 | ||||
-rw-r--r-- | ext/session/tests/005.phpt | 1 | ||||
-rw-r--r-- | ext/session/tests/014.phpt | 1 | ||||
-rw-r--r-- | ext/session/tests/015.phpt | 1 | ||||
-rw-r--r-- | ext/session/tests/018.phpt | 1 | ||||
-rw-r--r-- | ext/session/tests/020.phpt | 1 | ||||
-rw-r--r-- | ext/session/tests/021.phpt | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/ext/session/tests/004.phpt b/ext/session/tests/004.phpt index 8321a06438..1e0b1959a1 100644 --- a/ext/session/tests/004.phpt +++ b/ext/session/tests/004.phpt @@ -6,6 +6,7 @@ session_set_save_handler test session.use_cookies=0 session.cache_limiter= register_globals=1 +session.name=PHPSESSID --FILE-- <?php error_reporting(E_ALL); diff --git a/ext/session/tests/005.phpt b/ext/session/tests/005.phpt index c4c92ad19f..06bcbd3731 100644 --- a/ext/session/tests/005.phpt +++ b/ext/session/tests/005.phpt @@ -6,6 +6,7 @@ custom save handler, multiple session_start()s, complex data structure test. session.use_cookies=0 session.cache_limiter= register_globals=1 +session.name=PHPSESSID --FILE-- <?php diff --git a/ext/session/tests/014.phpt b/ext/session/tests/014.phpt index 849e608709..e24727aaf0 100644 --- a/ext/session/tests/014.phpt +++ b/ext/session/tests/014.phpt @@ -9,6 +9,7 @@ session.cache_limiter= register_globals=1 session.bug_compat_42=1 session.bug_compat_warn=0 +session.name=PHPSESSID --FILE-- <?php error_reporting(E_ALL); diff --git a/ext/session/tests/015.phpt b/ext/session/tests/015.phpt index 004bb67a9b..38f72023f8 100644 --- a/ext/session/tests/015.phpt +++ b/ext/session/tests/015.phpt @@ -7,6 +7,7 @@ session.use_trans_sid=1 session.use_cookies=0 session.cache_limiter= arg_separator.output=& +session.name=PHPSESSID --FILE-- <?php error_reporting(E_ALL); diff --git a/ext/session/tests/018.phpt b/ext/session/tests/018.phpt index 4694c1b7a2..9e47a28d19 100644 --- a/ext/session/tests/018.phpt +++ b/ext/session/tests/018.phpt @@ -6,6 +6,7 @@ rewriter correctly handles attribute names which contain dashes session.use_cookies=0 session.cache_limiter= session.use_trans_sid=1 +session.name=PHPSESSID --FILE-- <?php diff --git a/ext/session/tests/020.phpt b/ext/session/tests/020.phpt index b9ee4f82be..6821af470d 100644 --- a/ext/session/tests/020.phpt +++ b/ext/session/tests/020.phpt @@ -7,6 +7,7 @@ session.use_cookies=0 session.cache_limiter= session.use_trans_sid=1 arg_separator.output=& +session.name=PHPSESSID --FILE-- <?php diff --git a/ext/session/tests/021.phpt b/ext/session/tests/021.phpt index 17f5ad3bf3..5469bc6b48 100644 --- a/ext/session/tests/021.phpt +++ b/ext/session/tests/021.phpt @@ -7,6 +7,7 @@ session.use_cookies=0 session.cache_limiter= session.use_trans_sid=1 url_rewriter.tags="a=href,area=href,frame=src,input=src,form=,fieldset=" +session.name=PHPSESSID --FILE-- <?php |