diff options
| author | Hannes Magnusson <bjori@php.net> | 2006-09-18 16:12:13 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2006-09-18 16:12:13 +0000 |
| commit | 6affa7d3e9d7cd3d1ac84397ca7e20eda73a211d (patch) | |
| tree | 055a2463e3fbecdee35995a4216d9fc8e1059df0 /ext/session/tests | |
| parent | c8a5e8fa7a11123afac3c3955777e2a044794dda (diff) | |
| download | php-git-6affa7d3e9d7cd3d1ac84397ca7e20eda73a211d.tar.gz | |
Fix tests
Diffstat (limited to 'ext/session/tests')
| -rw-r--r-- | ext/session/tests/008-php4.2.3.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/tests/008-php4.2.3.phpt b/ext/session/tests/008-php4.2.3.phpt index 0057f2be44..537858a361 100644 --- a/ext/session/tests/008-php4.2.3.phpt +++ b/ext/session/tests/008-php4.2.3.phpt @@ -58,7 +58,7 @@ session_destroy(); ?> --EXPECTF-- NULL -Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. +session_write_close(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. array(1) { ["c"]=> float(3.14) |
