Help - Search - Members - Calendar
Full Version: Individual PHP max processing time?
The Planet Forums > Control Panels > cPanel/WHM
web-tiger
Anyone know if its posible to set individual max processing time for php on indivisual accounts with cpanel?
Paul
To do it per-script you should beable to add
CODE
set_time_limit(240);
to the top of the script. (240 = 240 seconds, change to whatever you need).

As for per account, it might be something you can specify in .htaccess (if you're not running phpsuexec), but you'd have to check on that.
web-tiger
Thanks ill have a look at that.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.