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

Ok, so I had some time to test stuff.

One typo consistently reproduces this error:

Code:
<?php
        error_reporting(E_ALL | E_STRICT);

        date(;)
?>
Today I tested this at my FreeBSD machine at home and I *did* get an error there as you would expect!

I compared the php.ini configuration files with the one used at the Fedora core machine I have at work, and they are almost exactly the same ... :-/

I'll do some testing with enabling/disabling extensions later (After-hours, since this is a production machine) ...
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote