I have some scripts (both in production and in development) that abort and I don't know why.
I think the problem is at server level: some script was working since many weeks, and I didn't change anything.
However (using php.ini) I set some variables to have more information. But the only message I get in the error_log is: premature end of the script
Note:
- no other php error message
- processing time: 5-10 secs (limit is 30secs)
- memory limit: 8Mb (but also 64Mb does not change)
- display_error on
- display_startup_error = on
- error_reporting E_ALL