From 7b197c277bdcfb6d23f45b630a0fada8dcb36813 Mon Sep 17 00:00:00 2001 From: Roly Gutierrez Date: Fri, 23 Sep 2022 09:04:40 -0400 Subject: [PATCH] PMCORE-3986 An error occurs when a report table is created --- thirdparty/phing/Phing.php | 1 - 1 file changed, 1 deletion(-) diff --git a/thirdparty/phing/Phing.php b/thirdparty/phing/Phing.php index 1fee319f8..6f9aa4b7c 100644 --- a/thirdparty/phing/Phing.php +++ b/thirdparty/phing/Phing.php @@ -1104,7 +1104,6 @@ class Phing { * @return void */ private static function setIni() { - error_reporting(E_ALL); set_time_limit(0); ini_set('short_open_tag', 'off'); ini_set('default_charset', 'iso-8859-1');