After recent WHM update (WHM 58.0 (build 31) - CENTOS 7.2 x86_64) my cron jobs for users accounts started to output headers like this:
Set-Cookie: PHPSESSID=[some_data]; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html; charset=UTF-8
Scripts are doing their jobs but additional output generates tones of emails...
Running task from console - no headers.
Running task from cron job with same command (php some/path.php) - headers as shown above.
Any ideas?
Set-Cookie: PHPSESSID=[some_data]; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html; charset=UTF-8
Scripts are doing their jobs but additional output generates tones of emails...
Running task from console - no headers.
Running task from cron job with same command (php some/path.php) - headers as shown above.
Any ideas?