vrana           Tue Apr 12 04:07:47 2005 EDT

  Modified files:              
    /phpdoc/en/reference/funchand/functions     
                                                register-shutdown-function.xml 
  Log:
  Shutdown function is called after closing OB (bug #32648)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/register-shutdown-function.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/funchand/functions/register-shutdown-function.xml
diff -u 
phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.11 
phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.12
--- phpdoc/en/reference/funchand/functions/register-shutdown-function.xml:1.11  
Tue Apr 12 03:58:41 2005
+++ phpdoc/en/reference/funchand/functions/register-shutdown-function.xml       
Tue Apr 12 04:07:46 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.1 -->
   <refentry id="function.register-shutdown-function">
    <refnamediv>
@@ -38,6 +38,10 @@
      request so that it's possible to send the output from them. There is
      currently no way to process the data with output buffering functions in
      the shutdown function.
+     Shutdown function is called after closing all opened output buffers thus,
+     for example, its output will not be compressed if <link
+     linkend="ini.zlib.output-compression">zlib.output_compression</link> is
+     enabled.
     </para>
     <para>
      As of PHP 4, it is possible to pass parameters to the shutdown function by

Reply via email to