diff --git a/package.xml b/package.xml
index 0972d44..930052f 100644
--- a/package.xml
+++ b/package.xml
@@ -20,9 +20,9 @@
bd808@bd808.com
yes
- 2025-08-02
+ 2025-11-12
- 2.2.5
+ 2.3.0
2.0.0
@@ -31,8 +31,11 @@
MIT
+ 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)
@@ -152,6 +155,17 @@
+
+ 2025-08-02
+
+ 2.2.5
+ 2.0.0
+
+
+ Bugs Fixed:
+ - use Zend/zend_smart_string.h (remicollet)
+
+
2024-10-07
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