Anyone here familiar with Apache and PHP5?

ACuriae

500+ Posts
I'm trying to run a script locally using Apache 2.2 and PHP5. My php.ini files initially had timeouts set at 30 seconds and memory max set at 32MB. I kept getting memory overrun errors.

I changed my php.ini files to 60 seconds and 128M (same error), then 120 seconds and 256M (same error), then 90 seconds and 512M (same error).

Is there anything else I could try, or is the script just that much of a resource hog?
 
It's possible that php.ini settings are being overridden somewhere before the script runs and you aren't actually changing memory and timeout settings.

It's also very possible for a script to be that much of a resource hog.
 

Weekly Prediction Contest

* Predict HORNS-AGGIES *
Sat, Nov 30 • 6:30 PM on ABC

Recent Threads

Back
Top