sniper Fri Jun 13 05:15:56 2003 EDT Modified files: /php4/ext/session/tests 019.phpt Log: Fix the test. (second session init call produces a notice) Index: php4/ext/session/tests/019.phpt diff -u php4/ext/session/tests/019.phpt:1.4 php4/ext/session/tests/019.phpt:1.5 --- php4/ext/session/tests/019.phpt:1.4 Sat May 31 09:10:00 2003 +++ php4/ext/session/tests/019.phpt Fri Jun 13 05:15:56 2003 @@ -45,7 +45,8 @@ session_destroy(); ?> ---EXPECT-- +--EXPECTF-- +Notice: A session had already been started - ignoring session_start() in %s on line 17 array(2) { ["o1"]=> &object(tfoo)#1 (1) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php