php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10870 Internal Server error
Submitted: 2001-05-15 05:10 UTC Modified: 2001-05-15 05:13 UTC
From: rajeeshk at rediffmail dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: Earlier? Upgrade first! OS: Linux 6.0
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: rajeeshk at rediffmail dot com
New email:
PHP Version: OS:

 

 [2001-05-15 05:10 UTC] rajeeshk at rediffmail dot com
Let me tell you my Webserver configurations 

                            Normal Webhsting 
                            PHP 3.0.9 as a CGI module in Aapache 
                            max_execution_time=30 
                            safe_mode=0 

                            Problem: 

                            We have script whcich takes email address from a text file and writes into a
                            table. If there are 100 or 150 email it happens, but when it exceeds to 500 then
                            it come as Internal Server error. error_log says premature end of script.

                            I tried with set_time_limit(0) function within the loop or even outside of the loop
                            also. Even tried with echo(.),, flush(). But still it is not happening. 

                            Could you suggest a solution for this with the exact postion to include the
                            syntaxes. 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-15 05:13 UTC] derick@php.net
Please upgrade to 4.0.5 (or if you REALLY need to use PHP 3, grab 3.0.17).
If it still gives problems, reopen this report.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon May 05 23:01:28 2025 UTC