[geeklog-devel] E_ALL / E_STRICT
Joe Mucchiello
joe at ThrowingDice.com
Sat Aug 18 23:12:41 EDT 2007
With the move toward PHP5, any thoughts on changing lib-common.php from
// Prevent PHP from reporting uninitialized variables
error_reporting( E_ERROR | E_WARNING | E_PARSE | E_COMPILE_ERROR );
to
error_reporting( E_ALL );
I did it on a vanilla 1.4.1 install and it worked fine. Plugin
writers can get use to the new error reporting level, couldn't they?
----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com
More information about the geeklog-devel
mailing list