Skip to content

Commit cbe52bb

Browse files
committed
release 3.3.6
1 parent 6181855 commit cbe52bb

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

package.xml

+21-9
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,19 @@
1010
<email>laruence@php.net</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2022-05-20</date>
14-
<time>10:20:00</time>
13+
<date>2024-06-25</date>
14+
<time>11:20:00</time>
1515
<version>
16-
<release>3.3.5</release>
17-
<api>3.3.5</api>
16+
<release>3.3.6</release>
17+
<api>3.3.6</api>
1818
</version>
1919
<stability>
2020
<release>stable</release>
2121
<api>stable</api>
2222
</stability>
2323
<license uri="http://www.php.net/license">PHP</license>
2424
<notes>
25-
- Fixed ISSUE #566 (bootstrap method named "_init" is not be called)
26-
- Fixed ISSUE #569 (Yaf_Application::getInstance is not static)
27-
- Fixed ISSUE #570 (call_args parsing error in static_route)
28-
- Fixed ISSUE #571 (Yaf_Request::setController failed if format arg is false)
25+
- Fixed build with PHP8.3
2926
</notes>
3027
<contents>
3128
<dir name="/">
@@ -287,6 +284,22 @@
287284
<providesextension>yaf</providesextension>
288285
<extsrcrelease />
289286
<changelog>
287+
<release>
288+
<date>2024-06-25</date>
289+
<version>
290+
<release>3.3.6</release>
291+
<api>3.3.6</api>
292+
</version>
293+
<stability>
294+
<release>stable</release>
295+
<api>stable</api>
296+
</stability>
297+
<license uri="http://www.php.net/license">PHP License</license>
298+
<notes>
299+
- Fixed build with PHP8.3
300+
</notes>
301+
</release>
302+
290303
<release>
291304
<date>2022-05-20</date>
292305
<version>
@@ -305,7 +318,6 @@
305318
- Fixed ISSUE #571 (Yaf_Request::setController failed if format arg is false)
306319
</notes>
307320
</release>
308-
309321
<release>
310322
<date>2021-12-16</date>
311323
<version>

php_yaf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ extern zend_module_entry yaf_module_entry;
4444
# define ZEND_ACC_DTOR 0x0
4545
#endif
4646

47-
#define PHP_YAF_VERSION "3.3.6-dev"
47+
#define PHP_YAF_VERSION "3.3.6"
4848

4949
#define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module)
5050
#define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)

0 commit comments

Comments
 (0)