Rename util.DateInterval classScope of ChangeThe util.DateInterval class will be renamed. Rationale
PHP 5.3 has a class called DateInterval built-in. Thus, non-namespaced
versions of the XP framework won't run on PHP 5.3. Functionality
Deprecation
The util.DateInterval class will be deprecated. New name
A new class util.TimeInterval class will be created. It will
have the same API as the DateInterval class. Security considerations
None. Speed impact
None. Dependencies
None. Related documents
DateInterval in the .NET framework:
http://msdn.microsoft.com/en-us/library/60z1tx96.aspx Comments
| Table of contents |