@@ -20,9 +20,9 @@ https://awesomized.github.io/ext-ion/
20
20
<email >mike@php.net</email >
21
21
<active >yes</active >
22
22
</lead >
23
- <date >2022-05-13 </date >
23
+ <date >2022-05-31 </date >
24
24
<version >
25
- <release >0.2.0 </release >
25
+ <release >0.2.1 </release >
26
26
<api >0.2.0</api >
27
27
</version >
28
28
<stability >
@@ -31,20 +31,7 @@ https://awesomized.github.io/ext-ion/
31
31
</stability >
32
32
<license uri =" http://copyfree.org/content/standard/licenses/2bsd/license.txt" >BSD-2-Clause</license >
33
33
<notes ><![CDATA[
34
- * Improved documentation.
35
- * Upgrade bundled ion-c library.
36
- * Fix gh-issue #5: ion\Timestamp crashes with string timezones.
37
- * Add ion\Exception.
38
- * Refactor (un)serialization facilities:
39
- * Removed ion\Reader\Options class and moved the options to the ion\Reader constructor.
40
- * Removed ion\Writer\Options class and moved the options to the ion\Writer constructor.
41
- * Renamed ion\Serializer\PHP to ion\Serializer\Serializer.
42
- * Renamed ion\Unserializer\PHP to ion\Unserializer\Unserializer.
43
- * Changed ion\Serializer::serialize(mixed $data) to
44
- ion\Serializer::serialize(mixed $data, ion\Writer|array|null $writer = null).
45
- * Changed ion\Unserializer::unserialize(string|resource $data) to
46
- ion\Unserializer::unserialize(ion\Reader|string|resource $data)
47
- * Add support for custom (un)serializers.
34
+ * Fix possible crash on unserializing uninitialized properties.
48
35
49
36
]]> </notes >
50
37
<contents >
@@ -128,7 +115,8 @@ https://awesomized.github.io/ext-ion/
128
115
<file role =" test" name =" serialize.phpt" />
129
116
<dir name =" unserialize" >
130
117
<file role =" test" name =" multifield.phpt" />
131
- <file role =" test" name =" argtype.phpt" />
118
+ <file role =" test" name =" argtype.phpt" />
119
+ <file role =" test" name =" executor_globals.phpt" />
132
120
<file role =" test" name =" sid.phpt" />
133
121
<file role =" test" name =" invalid_annotation.phpt" />
134
122
<file role =" test" name =" multisequence.phpt" />
0 commit comments