Posted
4 months
ago
Bugs Fixed:
- #85: PHP 8.4.0 beta4 test yaml_parse_file_002.phpt fails (andypost)
- emit.c: fix -Wsign-compare (bd808)
- #75: yaml_parse_file does not set &$ndoc as expected (tomterl)
- Fix [-Wincompatible-pointer-types] warning (remicollet)
|
Posted
almost 2 years
ago
Bugs Fixed:
- Fixed memory release on error handling (negram)
- Fix test for PHP 8.2 (andypost)
- #65: Fix #65 yaml_parse_url method not working (remicollet)
|
Posted
over 3 years
ago
Bugs Fixed:
- PHP 8.1 compilation fixes (remicollet)
|
Posted
about 4 years
ago
Bugs Fixed:
- #80324: Segfault in YAML with anonymous functions (cmb69)
- Fix memory leak in y_write_object_callback() (cmb69)
- Fix memory leak in handle_mapping() (cmb69)
|
Posted
about 4 years
ago
New Features:
- PHP 8.0 compatibility
Bugs Fixed:
- #79866 Use serialize_precision when encoding double values (bd808)
- yaml_parse_file_002.phpt: Fix expectations for PHP 8.0.0beta1 (bd808)
- Remove use of call_user_function_ex()
|
Posted
over 4 years
ago
New Features:
- PHP 8.0.0b3+ compatibility
|
Posted
over 4 years
ago
New Features:
- PHP 8.0.0b1 compatibility
Bugs Fixed:
- #79866 Use serialize_precision when encoding double values (bd808)
- yaml_parse_file_002.phpt: Fix expectations for PHP 8.0.0beta1 (bd808)
- Remove use of
|
Posted
almost 5 years
ago
New Features:
- Basic PHP8 (master branch) compatiblity
Bugs Fixed:
- #79494: The 64-bit YAML ext uses 32-bit signed integer arithmetics (cmb69)
- Use ZEND_LONG_FMT to fix -Wformat warnings (carusogabriel)
- Fix memory leaks when
|
Posted
about 6 years
ago
Bugs Fixed:
- #72540 yaml_parse_url: check php_stream_copy_to_mem return value
|
Posted
about 6 years
ago
Bugs Fixed:
- #72540 yaml_parse_url: check php_stream_copy_to_mem return value
|