vrana           Thu Mar  9 07:33:15 2006 UTC

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  Can't be used together with OB callback (bug #36563)
  # sorry for the delay
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language-snippets.ent?r1=1.163&r2=1.164&diff_format=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.163 
phpdoc/en/language-snippets.ent:1.164
--- phpdoc/en/language-snippets.ent:1.163       Thu Mar  9 03:08:37 2006
+++ phpdoc/en/language-snippets.ent     Thu Mar  9 07:33:14 2006
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.163 $ -->
+<!-- $Revision: 1.164 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -71,8 +71,9 @@
 etc. have  been available.  For more information, read the manual section 
 on &link.superglobals;</para></note>'>
 
-<!ENTITY note.uses-ob '<note><para>This function uses
-<link linkend="ref.outcontrol">Output Buffering</link>.</para></note>'>
+<!ENTITY note.uses-ob '<note><para>This function internally uses the
+output buffering with this parameter so it can not be used inside
+<function>ob_start</function> callback function.</para></note>'>
 
 <!-- Tips -->
 

Reply via email to