Do External Application Resource Limits affect phpLsapi?
mistwang
06-15-2007, 06:46 AM
Yes, if PHP trys to use more resource than the limits.
Good to know. Now I know why long php scripts die when you have set php time limit longer than resource limit.
mistwang
06-15-2007, 07:17 AM
time limit should not affect PHP though, memory and process limit does, you should check error.log and stderr.log for reasons behind the death of long php scripts.