From 41bd89265e2e7155ad125976a79d0e1bfc566937 Mon Sep 17 00:00:00 2001 From: Eduardo Malherbi Date: Mon, 3 May 2021 21:30:00 -0300 Subject: [PATCH] fix error_reporting, set_time_limit --- src/MyMysql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MyMysql.php b/src/MyMysql.php index f3f799b..839011a 100755 --- a/src/MyMysql.php +++ b/src/MyMysql.php @@ -11,8 +11,8 @@ use PDO; use stdClass; -set_time_limit(0); -error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); +// set_time_limit(0); +// error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); class MyMysql {