summaryrefslogtreecommitdiff
path: root/ext/session/tests/bug60634.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/tests/bug60634.phpt')
-rw-r--r--ext/session/tests/bug60634.phpt9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/session/tests/bug60634.phpt b/ext/session/tests/bug60634.phpt
index b2f5076287..86dcb11526 100644
--- a/ext/session/tests/bug60634.phpt
+++ b/ext/session/tests/bug60634.phpt
@@ -39,17 +39,8 @@ session_start();
session_write_close();
echo "um, hi\n";
-/*
-FIXME: Since session module try to write/close session data in
-RSHUTDOWN, write() is executed twices. This is caused by undefined
-function error and zend_bailout(). Current session module codes
-depends on this behavior. These codes should be modified to remove
-multiple write().
-*/
-
?>
--EXPECTF--
write: goodbye cruel world
-write: goodbye cruel world
close: goodbye cruel world