Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:04:20 +0000 (17:04 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:04:20 +0000 (17:04 +0800)
Process/Php7.php

index cac9cf9..45f225d 100644 (file)
@@ -25,10 +25,6 @@ class Pman_Core_Process_Php7 extends Pman
     
     function get($base, $opts = array()) 
     {
     
     function get($base, $opts = array()) 
     {
-        set_error_handler(function ($errno, $errstr, $errfile, $errline ){
-            throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
-        });
-        
         $this->scan();
     }
     
         $this->scan();
     }