php3-list | 2000051
Date: 05/15/00
- Next message: Richard Lynch: "Re: [PHP3] Newbie -- need help"
- Previous message: Nikki Chang: "[PHP3] Sessions and cookies help"
- In reply to: hendry: "[PHP3] Maximum Execution Time..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <200005130715.BAA05110 <email protected>>, hendry <email protected>
(hendry) wrote:
> Fatal error: Maximum execution time exceeded in
> /www/public_html/FIN/time_att/upload.php on line 17
While you still need to straighten out your php3.ini problem, you can use
set_time_limit(50); in your PHP script to at least move forward on this
front.
Meanwhile, look for another php3.ini file somewhere on your computer, and
verify the path that <?php phpinfo();?> claims is the compile-time
setting. Note that the compile-time setting is not necessarily the first
place PHP will look in a standalone binary install, I think... read
php3.ini at the top to be sure.
-- Richard Lynch | If this was worth $$$ to you, buy a CD US Customer Support Director | from one of the artists listed here: Zend Technologies USA | http://www.L-I-E.com/artists.htm http://www.zend.com | (this has nothing to do with Zend, duh!)-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Richard Lynch: "Re: [PHP3] Newbie -- need help"
- Previous message: Nikki Chang: "[PHP3] Sessions and cookies help"
- In reply to: hendry: "[PHP3] Maximum Execution Time..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

