Last night I noticed several hundred messages from my cron jobs complaining that the $argv variable was not set. Considering it is a day off I knew I did not change anything. This morning when I was able to investigate the problem I eventually discovered that:
register_argc_argv = On (The default)
To:
register_argc_argv = Off
Looking back through the emails it all began after the nightly UPCP which contained a version update for WHM to 58 and yum updates for PHP 5.6 and PHP 7.
To change the software configuration of a server can be very disruptive and I would like to know how this could happen.
register_argc_argv = On (The default)
To:
register_argc_argv = Off
Looking back through the emails it all began after the nightly UPCP which contained a version update for WHM to 58 and yum updates for PHP 5.6 and PHP 7.
To change the software configuration of a server can be very disruptive and I would like to know how this could happen.