From f67a16a7a617e47d48480685de19d4ff2bc3d736 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 17:04:20 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Process/Php7.php b/Process/Php7.php index cac9cf90..45f225d7 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -25,10 +25,6 @@ class Pman_Core_Process_Php7 extends Pman function get($base, $opts = array()) { - set_error_handler(function ($errno, $errstr, $errfile, $errline ){ - throw new ErrorException($errstr, $errno, 0, $errfile, $errline); - }); - $this->scan(); } -- 2.39.2