Fix fatal error in phpErrHandler with PHP7 and suit cronjob for various PHP versions
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*
|
||||
* @return void|boolean
|
||||
*/
|
||||
function phpErrHandler($errno, $errstr, $errfile, $errline, array $errcontext) {
|
||||
function phpErrHandler($errno, $errstr, $errfile, $errline, $errcontext) {
|
||||
|
||||
if (!(error_reporting() & $errno)) {
|
||||
// This error code is not included in error_reporting
|
||||
|
||||
Reference in New Issue
Block a user