Skip to content

Commit

Permalink
release 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jun 25, 2024
1 parent 6181855 commit cbe52bb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
30 changes: 21 additions & 9 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2022-05-20</date>
<time>10:20:00</time>
<date>2024-06-25</date>
<time>11:20:00</time>
<version>
<release>3.3.5</release>
<api>3.3.5</api>
<release>3.3.6</release>
<api>3.3.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- 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
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -287,6 +284,22 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2024-06-25</date>
<version>
<release>3.3.6</release>
<api>3.3.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed build with PHP8.3
</notes>
</release>

<release>
<date>2022-05-20</date>
<version>
Expand All @@ -305,7 +318,6 @@
- Fixed ISSUE #571 (Yaf_Request::setController failed if format arg is false)
</notes>
</release>

<release>
<date>2021-12-16</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_yaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cbe52bb

Please sign in to comment.