mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
908f20c480
commit
cacbe74a96
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue