On Sat, 2009-09-05 at 16:11 +0100, Richard Heyes wrote: > Hi (again), > > > <?php > > error_reporting(E_STRICT); > > ?> > > This might work better: > > <?php > error_reporting(E_ALL | E_STRICT); > ?> E_STRICT is now part of E_ALL Kevin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php