Fix #37566: Cannot throw exceptions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237896 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2007-06-17 09:01:41 +00:00
parent 908f20c480
commit cacbe74a96

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<refentry id="function.session-set-save-handler">
<refnamediv>
<refname>session_set_save_handler</refname>
@ -189,6 +189,9 @@ session_start();
is possible to call <function>session_write_close</function> from the
destructor to solve this chicken and egg problem.
</para>
<para>
Write and Close handlers cannot throw exceptions.
</para>
</warning>
</refsect1>