apache - How to properly increase PHP script execution time -
i have problem execution time of php script said above.
script turning on web browser. it's heavy, it's execution time can take 5 minutes or more.
what i've done already:
- set_time_limit(0); - doesnt help
- changed max_execution_time in php.ini - no effect
- changed timeout in apache - no effect
- ignore_user_abort(true) - doesn't help
all variables set 1 hour, , still getting disconect in 2 minutes. browser said "data not obtained". know i'm missing something, don't know what.
thanks in advance.
Comments
Post a Comment