1

on my work server i set PHP settings to be 1024M memory limit and max execution time to zero after all this the script still timeout !! what are other options to make script runs forever if i want thanks in advance.

Macnux
  • 149
  • 1
  • 6

1 Answers1

1

I've seen FastCGI and/or PHP-FPM have a timeout where it killed scripts after a certain amount of execution time. If you're using one of those you could look into the settings for that.

sa289
  • 1,318
  • 2
  • 18
  • 44
  • the server actually using fastcgi i will check the docs and search to see configurations – Macnux Jun 16 '15 at 02:17
  • @user2381778 I hope you were able to get your issue resolved. If my answer was helpful to you, I'd appreciate if you could mark it as accepted so I can get credit for it. Thanks – sa289 Jul 13 '15 at 20:45