yohgaki Wed Oct 2 22:47:43 2002 EDT
Modified files:
/phpdoc/en/reference/outcontrol reference.xml
Log:
Added note for bug fix
Index: phpdoc/en/reference/outcontrol/reference.xml
diff -u phpdoc/en/reference/outcontrol/reference.xml:1.5
phpdoc/en/reference/outcontrol/reference.xml:1.6
--- phpdoc/en/reference/outcontrol/reference.xml:1.5 Mon Sep 16 16:46:37 2002
+++ phpdoc/en/reference/outcontrol/reference.xml Wed Oct 2 22:47:43 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<reference id="ref.outcontrol">
<title>Output Control Functions</title>
<titleabbrev>Output Control</titleabbrev>
@@ -70,6 +70,15 @@
cookie without causing an error. (You can not normally send
headers to the browser after data has already been sent.)
</para>
+ <note>
+ <para>
+ When upgrading from PHP 4.1 (& 4.2) to 4.3 that due to a bug in
+ earlier versions you must ensure that
+ <literal>implict_flush</literal> is <literal>OFF</literal> in
+ your <literal>php.ini</literal>, otherwise any output with
+ <function>ob_start</function> will be not be hidden from output.
+ </para>
+ </note>
</section>
<section id="outcontrol.seealso">
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php