diff --git a/package.xml b/package.xml index d5332a3..0972d44 100644 --- a/package.xml +++ b/package.xml @@ -20,9 +20,9 @@ bd808@bd808.com yes - 2024-10-07 + 2025-08-02 - 2.2.4 + 2.2.5 2.0.0 @@ -32,10 +32,7 @@ MIT 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) + - use Zend/zend_smart_string.h (remicollet) @@ -155,6 +152,20 @@ + + 2024-10-07 + + 2.2.4 + 2.0.0 + + + 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) + + 2023-03-05 diff --git a/php_yaml.h b/php_yaml.h index 82240da..c0f142d 100644 --- a/php_yaml.h +++ b/php_yaml.h @@ -74,7 +74,7 @@ extern "C" { extern "C" { #endif -#define PHP_YAML_VERSION "2.2.4" +#define PHP_YAML_VERSION "2.2.5" extern zend_module_entry yaml_module_entry; #define phpext_yaml_ptr &yaml_module_entry