diff --git a/package.xml b/package.xml
index f99a94c2..810b09bc 100644
--- a/package.xml
+++ b/package.xml
@@ -10,11 +10,11 @@
laruence@php.net
yes
- 2022-05-20
-
+ 2024-06-25
+
- 3.3.5
- 3.3.5
+ 3.3.6
+ 3.3.6
stable
@@ -22,10 +22,7 @@
PHP
- - Fixed ISSUE #566 (bootstrap method named "_init" is not be called)
- - Fixed ISSUE #569 (Yaf_Application::getInstance is not static)
- - Fixed ISSUE #570 (call_args parsing error in static_route)
- - Fixed ISSUE #571 (Yaf_Request::setController failed if format arg is false)
+ - Fixed build with PHP8.3
@@ -287,6 +284,22 @@
yaf
+
+ 2024-06-25
+
+ 3.3.6
+ 3.3.6
+
+
+ stable
+ stable
+
+ PHP License
+
+ - Fixed build with PHP8.3
+
+
+
2022-05-20
@@ -305,7 +318,6 @@
- Fixed ISSUE #571 (Yaf_Request::setController failed if format arg is false)
-
2021-12-16
diff --git a/php_yaf.h b/php_yaf.h
index 6c1174e4..0f6a5e56 100644
--- a/php_yaf.h
+++ b/php_yaf.h
@@ -44,7 +44,7 @@ extern zend_module_entry yaf_module_entry;
# define ZEND_ACC_DTOR 0x0
#endif
-#define PHP_YAF_VERSION "3.3.6-dev"
+#define PHP_YAF_VERSION "3.3.6"
#define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module)
#define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)