View Single Post
  #5   (View Single Post)  
Old 28th October 2010
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Doesn't E_ALL include E_STRICT? I always thought E_ALL was *all* messages ...
In any case, I tried `E_ALL | E_STRICT' and I got the same effect.

From what I remember from PHP4, I never had this sort of problems ... I haven't done a lot of PHP programming for some time until I got landed in this job, in that time either something changed with PHP or something changed with my typing accuracy

And yeah, I used error_handler() and set a custom error handler to just quit on *any* error.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote