Changeset 294 for trunk/ext/php/package.xml
- Timestamp:
- 11/22/2007 14:41:22 (12 months ago)
- Files:
-
- 1 modified
-
trunk/ext/php/package.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/php/package.xml
r268 r294 13 13 <active>yes</active> 14 14 </lead> 15 <date>2007- 07-15</date>15 <date>2007-11-22</date> 16 16 <version> 17 <release>0.9. 1</release>17 <release>0.9.2</release> 18 18 <api>1.0</api> 19 19 </version> … … 24 24 <license uri="http://www.php.net/license">PHP License</license> 25 25 <notes> 26 - fixed handling of invalid merge-references [pecl#11585] 27 - fixed tsrm-incompatibility introduced in 0.9 28 - added support for timestamps in syck_load 29 - added support for DateTime in syck_dump 30 - fixed dumping of associative-arrays 26 - gcc-2.95 compatibility (patch by Brian J. France) 27 - fixed dumping of mixed arrays and numeric-arrays starting from non-zero digit 28 - fixed loading of maps with numeric keys 29 - short-and-flat arrays are dumped using inline-mode now (for readability) 30 - changed explicit type of DateTime class to be !php/object::DateTime 31 - added support for loading explicitly typed DateTime (with timestamp-compatible value) 32 - added support for loading sequences into classes which implement ArrayAccess (!php/array::ClassName) 33 - added support for loading maps into classes which implement ArrayAccess (!php/hash::ClassName) 34 - added support for loading classes which implement Serializable (!php/object::ClassName) 35 - added support for dumping classes which implement Serializable (!php/object::ClassName) 31 36 </notes> 32 37 <contents> 33 38 <dir name="/"> 34 39 <file name="config.m4" role="src" /> 35 <file name="phpext.c" role="src"> 36 <tasks:replace from="@PACKAGE_VERSION@" to="version" type="package-info"></tasks:replace> 37 </file> 40 <file name="phpext.c" role="src"></file> 38 41 <file name="php_syck.h" role="src" /> 39 42 <file name="CHANGELOG" role="doc" /> 40 43 <file name="TODO" role="doc" /> 41 44 <dir name="phpunit-tests"> 45 <file name="helpers.php" role="doc" /> 42 46 <file name="TestLoad.php" role="doc" /> 47 <file name="TestDump.php" role="doc" /> 48 <file name="TestMerge.php" role="doc" /> 43 49 </dir> 44 50 </dir> … … 58 64 <changelog> 59 65 <release> 66 <date>2007-07-15</date> 67 <version> 68 <release>0.9.1</release> 69 <api>1.0</api> 70 </version> 71 <stability> 72 <release>beta</release> 73 <api>beta</api> 74 </stability> 75 <license uri="http://www.php.net/license">PHP License</license> 76 <notes> 77 - fixed handling of invalid merge-references [pecl#11585] 78 - fixed tsrm-incompatibility introduced in 0.9 79 - added support for timestamps in syck_load 80 - added support for DateTime in syck_dump 81 - fixed dumping of associative-arrays 82 </notes> 83 </release> 84 <release> 60 85 <date>2007-07-11</date> 61 86 <version> … … 69 94 <license uri="http://www.php.net/license">PHP License</license> 70 95 <notes> 71 - this is the first release in PECL72 - added several unit-tests73 - fixed a bunch of vartype-errors74 - added support for sexagesimal numbers96 - this is the first release in PECL 97 - added several unit-tests 98 - fixed a bunch of vartype-errors 99 - added support for sexagesimal numbers 75 100 </notes> 76 101 </release>