Skip to content

Commit

Permalink
preparing for 3.0.3
Browse files Browse the repository at this point in the history
laruence committed Jul 2, 2016
1 parent efcf7b7 commit 1ffa437
Showing 2 changed files with 26 additions and 10 deletions.
34 changes: 25 additions & 9 deletions package.xml
Original file line number Diff line number Diff line change
@@ -10,21 +10,20 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2015-12-28</date>
<time>19:51:00</time>
<date>2016-07-02</date>
<time>14:40:00</time>
<version>
<release>3.0.2</release>
<api>3.0.2</api>
<release>3.0.3</release>
<api>3.0.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fixed issue #231 (php-fpm worker core dump BUG)
- Attempt to fix issue #226 (Segfault on windows7 64bits)
- Fixed issue #232 (segfault with Yaf_Route_Simple)
- Fixed issue #273 (segfault if stdclass passed to dispatch)
- PHP-7.1 compatible fixes
</notes>
<contents>
<dir name="/">
@@ -220,6 +219,23 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2016-07-02</date>
<version>
<release>3.0.3</release>
<api>3.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed issue #273 (segfault if stdclass passed to dispatch)
- PHP-7.1 compatible fixes
</notes>
</release>

<release>
<date>2015-12-28</date>
<version>
2 changes: 1 addition & 1 deletion php_yaf.h
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ extern zend_module_entry yaf_module_entry;
#define YAF_G(v) (yaf_globals.v)
#endif

#define PHP_YAF_VERSION "3.0.3-dev"
#define PHP_YAF_VERSION "3.0.3"

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

0 comments on commit 1ffa437

Please sign in to comment.