PHP5.2 and class datetime

Posted by Quinn at November 13th, 2006 10:01am under web 2 Comments Permalink

I just found out my own PHP class named "datetime" will stop the whole PHP script with a Fatal Error. This really sucks since most of my stuff includes this. I'm so glad I found out this before upgrading my web server hosting several websites. Phew

pcdinh said (January 23rd, 2007 3:05am)

Built-in DateTime class has been added 1 year ago and widely publicized.

Quinn said (January 24th, 2007 4:33pm)

I am not sure about that "widely publicized" though. It looks like many people got a little surprise to know these built-in classes in PHP5.
Your Response?