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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: heckmann at prostep dot de
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 11:01:28 2024 UTC