php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17209 Page Not Found Error
Submitted: 2002-05-14 10:59 UTC Modified: 2002-06-18 06:41 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: heckmann at prostep dot de Assigned:
Status: Not a bug Package: Output Control
PHP Version: 4.1.2 OS: AIX 4.3.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 + 8 = ?
Subscribe to this entry?

 
 [2002-05-14 10:59 UTC] heckmann at prostep dot de
If your scripts maximum execution time exceeds, php will return a "Page Not Found" error to the browser instead of a blank page with a fatal error message, when the output buffer of php is empty.

So, before there is no echo or print command and the script times out there will be no error message. Only a "Page Not Found" error site in the browser.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-17 15:22 UTC] hholzgra@php.net
which browser? 

under netscape it should give you "document contains no data"
 [2002-06-17 16:26 UTC] sniper@php.net
I'd like to know what the actual bug (in PHP) there is?
ie. How does PHP misbehave? What it should do?

 [2002-06-18 03:55 UTC] heckmann at prostep dot de
The browser I used was a IE 6. If netscape gives "document contains no data", this points to the same thing: PHP does not send data back to the browser. But it should send the error message for the "scripts maximum execution time exceeds"-error.
 [2002-06-18 06:41 UTC] sander@php.net
Very likely to be a problem with a stupid browser, and not with PHP. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC