 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
bkendig
Joined: 25 May 2007 Posts: 1
|
Posted: Fri May 25, 2007 5:16 pm Post subject: Lots of Stict Standards errors when trying to use Date |
|
|
When I try to use the Date module, I'm getting piles and piles of errors regarding strict standards. Merely including Date.php gives me these three:
Strict Standards: Non-static method Date_TimeZone::isValidID() should not be called statically, assuming $this from incompatible context in /usr/local/lib/php/Date/TimeZone.php on line 4717
Strict Standards: Non-static method Date_TimeZone::setDefault() should not be called statically, assuming $this from incompatible context in /usr/local/lib/php/Date/TimeZone.php on line 4718
Strict Standards: Non-static method Date_TimeZone::isValidID() should not be called statically, assuming $this from incompatible context in /usr/local/lib/php/Date/TimeZone.php on line 192
I want to have Strict turned on in my project, but it looks like Date isn't compliant with the Strict setting?
Is there any way I can use Date in my environment without all the errors? Is there a version of Date which obeys Strict? |
|
| Back to top |
|
 |
mark

Joined: 07 Jan 2007 Posts: 1000
|
Posted: Fri May 25, 2007 6:46 pm Post subject: |
|
|
| No, there is no E_STRICT compatible version of the Date package. And to be honest, I don't expect such a version within the next months. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|