php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #17296 error in http://www.php.net/manual/en/faq.using.php
Submitted: 2002-05-17 16:53 UTC Modified: 2002-05-22 06:36 UTC
From: spambo at nomeaning dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.1 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: spambo at nomeaning dot net
New email:
PHP Version: OS:

 

 [2002-05-17 16:53 UTC] spambo at nomeaning dot net
Please report this as a documentation problem at http://bugs.php.net/
Thanks,
Goba

----- Original Message ----- 
From: "Eric Lambart" <spambo@nomeaning.net>
To: <phpdoc@lists.php.net>
Sent: Friday, May 03, 2002 2:11 AM
Subject: [PHP-DOC] error in http://www.php.net/manual/en/faq.using.php

> on this page: http://www.php.net/manual/en/faq.using.php
> 
> There is an error between items 5 and 6 on this page.? The code sample
> and half of the text for answer #5 are actually from #6.
> 
> More specifically:
> 
> In #5, following the text "The functions header(), set_cookie() and the
> session functions need to add headers to the output stream. Headers can
> only be sent before all other content" 
> there is a misplaced period, followed by the text of answer #6 starting
> from the third word.
> 
> Have a look, you'll see what I mean.
> 
> There is no mention of ob_start() as I presume you folks meant to have
> there.
> 
> Hope this helps, thanks for your great work.
> --Eric

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-22 06:36 UTC] darkelder@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

There are no reason to add something about ob_start() there because the ask of faq is why that infame warning is showed. Howver, you can comment the ob_start() function in the url: http://www.php.net/manual/en/function.ob-start.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 18:01:28 2024 UTC