[PECL-CVS] [pecl-file_formats-yaml] php7: Make a 2.3.0 release
[email protected] (Bryan Davis)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Bryan Davis (bd808) Date: 2025-11-11T19:20:54-07:00 Commit: https://github.com/php/pecl-file_formats-yaml/commit/c1f0d8ba5ef3884846261bbdb91c2ab0b07db44c Raw diff: https://github.com/php/pecl-file_formats-yaml/commit/c1f0d8ba5ef3884846261bbdb91c2ab0b07db44c.diff Make a 2.3.0 release New Features: - Add a composer.json to enable support for PIE (asgrim) Bugs Fixed: - #97: Ignore null array offset warnings in explicit null tests (bd808) - avoid unexpected NAN value was coerced to string (remicollet) Changed paths: M package.xml M php_yaml.h Diff: diff --git a/package.xml b/package.xml index 0972d44..930052f 100644 --- a/package.xml +++ b/package.xml @@ -20,9 +20,9 @@ <email>[email protected]</email> <active>yes</active> </lead> - <date>2025-08-02</date> + <date>2025-11-12</date> <version> - <release>2.2.5</release> + <release>2.3.0</release> <api>2.0.0</api> </version> <stability> @@ -31,8 +31,11 @@ </stability> <license uri="http://www.opensource.org/licenses/mit-license.php">MIT</license> <notes> + New Features: + - Add a composer.json to enable support for PIE (asgrim) Bugs Fixed: - - use Zend/zend_smart_string.h (remicollet) + - #97: Ignore null array offset warnings in explicit null tests (bd808) + - avoid unexpected NAN value was coerced to string (remicollet) </notes> <contents> <dir name="/"> @@ -152,6 +155,17 @@ </extsrcrelease> <changelog> + <release> + <date>2025-08-02</date> + <version> + <release>2.2.5</release> + <api>2.0.0</api> + </version> + <notes> + Bugs Fixed: + - use Zend/zend_smart_string.h (remicollet) + </notes> + </release> <release> <date>2024-10-07</date> <version> diff --git a/php_yaml.h b/php_yaml.h index c0f142d..eae6793 100644 --- a/php_yaml.h +++ b/php_yaml.h @@ -74,7 +74,7 @@ extern "C" { extern "C" { #endif -#define PHP_YAML_VERSION "2.2.5" +#define PHP_YAML_VERSION "2.3.0" extern zend_module_entry yaml_module_entry; #define phpext_yaml_ptr &yaml_module_entry