vrana Wed Mar 23 05:38:20 2005 EDT
Modified files: /phpdoc/en/reference/funchand/functions register-shutdown-function.xml Log: Headers are sent in shutdown function (inspired by bug #32406) http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/register-shutdown-function.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/funchand/functions/register-shutdown-function.xml diff -u phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.9 phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.10 --- phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.9 Fri Aug 27 05:36:29 2004 +++ phpdoc/en/reference/funchand/functions/register-shutdown-function.xml Wed Mar 23 05:38:20 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 --> <refentry id="function.register-shutdown-function"> <refnamediv> @@ -60,6 +60,12 @@ under some web servers, e.g. Apache. </para> </note> + <note> + <para> + Shutdown function is called during the script shutdown so headers are + always already sent. + </para> + </note> <para> See also <link linkend="ini.auto-append-file">auto_append_file</link>, <function>exit</function>, and the section on