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:

  1. set_time_limit(0); - doesnt help
  2. changed max_execution_time in php.ini - no effect
  3. changed timeout in apache - no effect
  4. 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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -