Changeset 278 for trunk/ext/php/CHANGELOG
- Timestamp:
- 10/05/2007 05:04:14 (14 months ago)
- Files:
-
- 1 modified
-
trunk/ext/php/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/php/CHANGELOG
r277 r278 4 4 status: beta 5 5 changes: 6 - short-and-flat arrays are dumped using inline-mode now (for readability)7 6 - gcc-2.95 compatibility (patch by Brian J. France) 8 7 - 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) 9 10 - added support for loading explicitly typed DateTime (with timestamp-compatible value) 10 - fixed loading of maps with numeric keys11 11 - added support for loading sequences into classes which implement ArrayAccess (!php/array:ClassName) 12 12 - added support for loading maps into classes which implement ArrayAccess (!php/hash:ClassName) 13 13 - added support for loading classes which implement Serializable (!php:ClassName) 14 - changed explicit type of DateTime class to be !php:DateTime 14 15 15 16 - version: 0.9.1