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)
This commit is contained in:
Bryan Davis
2025-11-11 19:17:21 -07:00
parent 23287eaaeb
commit c1f0d8ba5e
2 changed files with 18 additions and 4 deletions

View File

@@ -20,9 +20,9 @@
<email>bd808@bd808.com</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>

View File

@@ -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