(For other languages with the same bug) Yes, I found that the bug was in./reference/filesystem/functions/readfile.xml
Online Editor (wrong version): <refsect1 role="notes"> <note> <para> <function>readfile</function> will not present any memory issues, even when sending large files, on its own. If you encounter an out of memory error ensure that output buffering is off with <function>ob_get_level</function>. </para> </note> &reftitle.notes; &tip.fopen-wrapper; ¬e.context-support; </refsect1> SVN copy (right version): <refsect1 role="notes"> &reftitle.notes; <note> <para> <function>readfile</function> will not present any memory issues, even when sending large files, on its own. If you encounter an out of memory error ensure that output buffering is off with <function>ob_get_level</function>. </para> </note> &tip.fopen-wrapper; ¬e.context-support; </refsect1> 2012/5/5 Philip Olson <phi...@roshambo.org> > > > > On May 4, 2012, at 1:05 PM, phpdoc@lists.php.net wrote: > > > Your documentation is broken. The build is done on Friday. > > Lies! > > This was fixed yesterday, but I'm guessing edit.php.net did > not 'svn up' so that's the issue. The other day it was updated > manually after being several days old, so I'm not sure what > kind of bug this is. Yannick? > > Regards, > Philip >