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 {