From 5264d345787c6832bce318e18ac42b35ac09bdf3 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sun, 14 Dec 2003 23:27:32 +0000 Subject: [PATCH] Update test to reflect new functionality. --- ext/session/tests/014.phpt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/session/tests/014.phpt b/ext/session/tests/014.phpt index 593cfb957d..594d36f9a2 100644 --- a/ext/session/tests/014.phpt +++ b/ext/session/tests/014.phpt @@ -33,5 +33,9 @@ session_destroy(); ?> --EXPECT-- + +Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in /home/rei/PHP_CVS/php5/ext/session/tests/014.php on line 10 + +Warning: ini_set(): A session is active. You cannot change the session module's ini settings at this time. in /home/rei/PHP_CVS/php5/ext/session/tests/014.php on line 14 -- 2.50.1