Show
Ignore:
Timestamp:
10/05/2007 05:04:14 (14 months ago)
Author:
indeyets
Message:

changed explicit type of DateTime? class to be php:DateTime

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ext/php/CHANGELOG

    r277 r278  
    44  status: beta 
    55  changes: 
    6     - short-and-flat arrays are dumped using inline-mode now (for readability) 
    76    - gcc-2.95 compatibility (patch by Brian J. France) 
    87    - fixed dumping of mixed arrays and numeric-arrays starting from non-zero digit 
     8    - fixed loading of maps with numeric keys 
     9    - short-and-flat arrays are dumped using inline-mode now (for readability) 
    910    - added support for loading explicitly typed DateTime (with timestamp-compatible value) 
    10     - fixed loading of maps with numeric keys 
    1111    - added support for loading sequences into classes which implement ArrayAccess (!php/array:ClassName) 
    1212    - added support for loading maps into classes which implement ArrayAccess (!php/hash:ClassName) 
    1313    - added support for loading classes which implement Serializable (!php:ClassName) 
     14    - changed explicit type of DateTime class to be !php:DateTime 
    1415 
    1516- version: 0.9.1