File tree 1 file changed +26
-0
lines changed 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ 3.2.13 2023-02-02
2
+ =======
3
+
4
+ * Speed up unserialization of typed properties by reducing hash table collisions when looking up property reference info.
5
+
6
+ 3.2.12 2022-11-07
7
+ =======
8
+
9
+ * Fix symbol error seen in php 8.2.0 loading zend_class_unserialize_deny, due to failing to load a header defining a macro.
10
+
11
+ 3.2.11 2022-11-06
12
+ =======
13
+ * Fix a bug that could prevent objects/arrays with reference cycles from being properly garbage collected.
14
+ * Fix bugs in unserializing PHP references to values found in php 7.4 typed properties (#363)
15
+
16
+ 3.2.10 2022-11-06
17
+ =======
18
+
19
+ * Add a macro that callers can use to check if igbinary will accept the header for data being unserialized.
20
+ * Fix bug preventing the unserialization of data containing representations of strings larger than 4GB.
21
+
22
+ 3.2.9 2022-10-17
23
+ =======
24
+
25
+ * Fix invalid release artifact name in job to build dlls for https://github.com/igbinary/igbinary
26
+
1
27
3.2.8 2022-10-17
2
28
=======
3
29
You can’t perform that action at this time.
0 commit comments