[PHP] Time limit exceeded when uploading files

2002-11-02 Thread Eduardo M. Bragatto
is exceeded before the set_time_limit is executed. I thing that's because the script begins only after the file is uploaded. My problem is that I can't change the maximum_execution_time in the configuration file. Does anyone can help me out? Thank you, Eduardo M. Bragatto. -- PHP General Mailing

[PHP] trouble with maximum_execution_time and file upload

2002-11-03 Thread Eduardo M. Bragatto
the script begins only after the file is uploaded. My problem is that I can't change the maximum_execution_time in the configuration file. Does anyone knows how to solve that problem? Thank you, Eduardo M. Bragatto. PS: Sorry for my miserable english #) -- PHP General Mailing

[PHP] time out when uploading.. PLEASE HELP ME :)

2002-11-11 Thread Eduardo M. Bragatto
I'm using a simple php script called upload.php, here's the source: ?php move_uploaded_file($userfile, /my/dir); ? But I keep getting an error message: Fatal error: Maximum execution time of 20 seconds exceeded in D:\dominios\E\escolas-es\spe\upload.php on line 3 Then, I've tried to

[PHP] constants and sessions

2002-11-12 Thread Eduardo M. Bragatto
I have to change the constant maximum_time_out (via set_timeout_limit) on the first script, and keep it seted in a session, until the second script became to be loaded. Is that possible? [[]]'s Bragatto PS: sorry for my miserable english #) -- PHP General Mailing List (http://www.php.net/)

[PHP] disable_functions per vhost on apache

2004-12-21 Thread Eduardo M. Bragatto
() for my control center script but I don't want my users to use it. How can I do it? -- Best regards, Eduardo M. Bragatto. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php