]> granicus.if.org Git - php/commitdiff
Fix tests
authorHannes Magnusson <bjori@php.net>
Mon, 18 Sep 2006 16:12:13 +0000 (16:12 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 18 Sep 2006 16:12:13 +0000 (16:12 +0000)
ext/session/tests/008-php4.2.3.phpt
ext/shmop/tests/001.phpt

index 0057f2be4420c5d0facd8df2c9020e90b2aaec51..537858a361a382c94195b81e8f13ab7a33fa5e50 100644 (file)
@@ -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)
index fc293c82ec8367ebc48594fc61397a2862ee88cf..74f53a03772b7972bff8c2305db0a112644993e1 100644 (file)
@@ -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