On Thu, 20 May 2004, Nuno Lopes wrote: > > I havn't commited bug fixes yet, and when I was going to commit > > this fix, I recall there being a special syntax to add in you > > comment to signify that this commit is for a specific bug? Or am I > > dreaming up some imaginary thing? > > > > According to derick, this statement shouldn't even be there. > > > > http://bugs.php.net/bug.php?id=28405 > > > > - <note> > > - <para> > > - Since PHP 4.3.0, if <link > linkend="ini.html-errors">html_errors</link> > > - is <literal>off</literal>, <function>phpinfo</function> outputs > plain > > - text instead of HTML. > > - </para> > > - </note> > > This note is right just for non-CLI, so it shouldn't be removed, but just > modified. > The CLI version always outputs plain text.
And non-CLI always outputs the HTML version, so removing that note is the thing to do. regards, Derick
