I'm uploading a large file through my web page and after 30 seconds, the fails with an error. I bumbed the max_execution_time parameter in /etc/php.ini to 600 seconds and restarted apache. Still errors at 30 seconds. I added set_time_limit(600); to various place in my file upload handling script... still errors at 30 seconds.
Is this just a good 'ol bug in my Redhat 7.3 version of PHP?: $ rpm -q php php-4.1.2-7.3.6 Thanks, -eric wood -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php