[go: up one dir, main page]

Skip to content

Commit

Permalink
release 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed May 20, 2022
1 parent 3be6838 commit 9cde811
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
34 changes: 27 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,22 @@
<email>laruence@php.net</email>
<active>yes</active>
</lead>
<date>2021-12-16</date>
<time>12:05:00</time>
<date>2022-05-20</date>
<time>10:20:00</time>
<version>
<release>3.3.4</release>
<api>3.3.4</api>
<release>3.3.5</release>
<api>3.3.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fixed build with PHP8.1
- change to using stub.php generated arginfos
- 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)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -285,6 +287,25 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2022-05-20</date>
<version>
<release>3.3.5</release>
<api>3.3.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</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)
</notes>
</release>

<release>
<date>2021-12-16</date>
<version>
Expand All @@ -301,7 +322,6 @@
- change to using stub.php generated arginfos
</notes>
</release>

<release>
<date>2021-07-01</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.5-dev"
#define PHP_YAF_VERSION "3.3.5"

#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 9cde811

Please sign in to comment.