Skip to content

Commit

Permalink
fix error_reporting, set_time_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
emalherbi committed May 4, 2021
1 parent 884b123 commit 41bd892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MyMysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 41bd892

Please sign in to comment.