Browse Source

- minor fix

Franco Ponticelli 15 years ago
parent
commit
71ff7c11c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/php/Boot.hx

+ 1 - 1
std/php/Boot.hx

@@ -741,7 +741,7 @@ class Enum {
 	}
 }
 
-error_reporting(E_STRICT & ~E_STRICT);
+error_reporting(E_ALL & ~E_STRICT);
 set_error_handler('_hx_error_handler', E_ALL);
 set_exception_handler('_hx_exception_handler');