|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-23 04:40 UTC] sniper@php.net
[2003-03-09 18:57 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 07:00:02 2025 UTC |
Humble apologies if this turns out to be a configuration error, but I can't find any reference using the bug search page or a general search with Google. Script to reproduce problem: <?php mail('mellis@frogwing.com', 'Times out', 'But does get sent!'); ?> Fatal error: Maximum execution time of 30 seconds exceeded in c:\program files\apache group\apache\htdocs\mailtest.php on line 1 Environment: php 4.3.1 Win32 binaries running as apache module SMTP smtp.ellisandgrant.com SERVER_SIGNATURE <ADDRESS>Apache/1.3.27 Server at localhost Port 80</ADDRESS> SERVER_SOFTWARE Apache/1.3.27 (Win32) PHP/4.3.1 Notes: 1. The SMTP box is a linux box on my LAN. Very unbusy with a fast cable modem connection to the outside world, ie connecting and DNS cannot possibly be taking more than 1 or 2 seconds. 2. All other php functions and behaviors seem fine. 3. Watching the clock and looking at the timestamp on the email, it seems as though it is being sent just AFTER the script times out. 4. mail() worked fine when I ran php as cgi. Thanks, Mike Ellis