We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcd9a3 commit 334613bCopy full SHA for 334613b
package.xml
@@ -32,6 +32,9 @@
32
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license>
33
<notes>
34
Bugs Fixed:
35
+ - Remove use of call_user_function_ex() for compat with PHP 8.0.0a2 (andypost)
36
+ - Adjust test values for compat with 32bit platforms (bd808)
37
+ - Fix memory leaks (cmb69)
38
- #79567 Parsing long long values leads to truncation on LLP64 platforms (bd808)
39
- #77720 Out of memory error when parsing yaml file (bd808)
40
- [-Wformat=] issue on 32-bit (remicollet)
0 commit comments