vrana Tue Apr 12 03:58:43 2005 EDT
Modified files: /phpdoc/en/reference/funchand/functions register-shutdown-function.xml Log: Clarify that OB functions can't be used in the shutdown function (bug #32665) http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/register-shutdown-function.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/funchand/functions/register-shutdown-function.xml diff -u phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.10 phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.11 --- phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.10 Wed Mar 23 05:38:20 2005 +++ phpdoc/en/reference/funchand/functions/register-shutdown-function.xml Tue Apr 12 03:58:41 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 --> <refentry id="function.register-shutdown-function"> <refnamediv> @@ -36,8 +36,8 @@ buffers using <function>ob_get_contents</function>. Since PHP 4.1, the shutdown functions are called as the part of the request so that it's possible to send the output from them. There is - currently no way to process the data after the request has been - completed. + currently no way to process the data with output buffering functions in + the shutdown function. </para> <para> As of PHP 4, it is possible to pass parameters to the shutdown function by