Process/Php7.php
[Pman.Core] / Process / Php7.php
index cac9cf9..45f225d 100644 (file)
@@ -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();
     }