didou Sun Jun 17 09:01:41 2007 UTC
Modified files: /phpdoc/en/reference/session/functions session-set-save-handler.xml Log: Fix #37566: Cannot throw exceptions http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/session/functions/session-set-save-handler.xml?r1=1.16&r2=1.17&diff_format=u Index: phpdoc/en/reference/session/functions/session-set-save-handler.xml diff -u phpdoc/en/reference/session/functions/session-set-save-handler.xml:1.16 phpdoc/en/reference/session/functions/session-set-save-handler.xml:1.17 --- phpdoc/en/reference/session/functions/session-set-save-handler.xml:1.16 Fri Jun 15 00:15:59 2007 +++ phpdoc/en/reference/session/functions/session-set-save-handler.xml Sun Jun 17 09:01:41 2007 @@ -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 @@ 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>