Re: Big table dump stopping in between

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday 08 November 2004 07:14, Ritesh Nadhani wrote:

Please do not top post.

> Here is page that shows phpinfo() in my webserver.
>
> http://www.webyog.com/indexsam.php
>
> As I can see, the configure command has '--enable-safe-mode'  but in the
> PHP core configuration - safe_mode is set to off.

It's probably because safe_mode is disabled in php.ini. 

> The max_execution_time is given to be 30 by default, but in my PHP i have
> set set_time_limit(30)

If you want to give your script infinite time to run (ie as much time as it 
needs) use:

  set_time_limit(0);

at the beginning of your script.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
/* now make a new head in the exact same spot */
             -- Larry Wall in cons.c from the perl source code
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux