From 6affa7d3e9d7cd3d1ac84397ca7e20eda73a211d Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 18 Sep 2006 16:12:13 +0000 Subject: [PATCH] Fix tests --- ext/session/tests/008-php4.2.3.phpt | 2 +- ext/shmop/tests/001.phpt | 2 +- 2 files changed, 2 insertions(+), 2 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) diff --git a/ext/shmop/tests/001.phpt b/ext/shmop/tests/001.phpt index fc293c82ec..74f53a0377 100644 --- a/ext/shmop/tests/001.phpt +++ b/ext/shmop/tests/001.phpt @@ -84,7 +84,7 @@ shm write test #1: ok data in memory is: test #1 of the shmop() extension shm open for read only: ok data in memory is: test #1 of the shmop() extension -trying to write to a read only segment +shmop_write(): trying to write to a read only segment shm open for read only: ok shm write test #1: ok data in memory is: test #1 of the shmop() extensiontest #2 append data to shared memory segment -- 2.50.1