|
From: Jesse M. <jma...@az...> - 2007-01-22 07:54:31
|
It appears that PHP 5.2.0 defines a DateTime class (for object oriented
playing around with Dates and Times). This causes a fatal redeclared class
error with 1.0.5RC2's "DateTime" class, I suppose.
I worked around by just renaming DateTime to PDateTime ("portable Date
Time?"), and things are back to working.
--jesse
|