Skip to content

Commit

Permalink
prepare for releasing yaf for php7
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Oct 27, 2015
1 parent e9ae308 commit 7d5d696
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-10-22</date>
<date>2015-10-27</date>
<time>21:53:00</time>
<version>
<release>3.0.0</release>
Expand All @@ -22,10 +22,7 @@
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fixed build with PHP7
- Fixed issue #184 (add exception filter in EXCEPTION_HANDLER prevent yaf 'eat' Erro). (Jason Young)
- Fixed issue #185 (memory leak when alter body more then once)
- Fixed issue #181 (autoResponse doesn't send http headers)
- Release Yaf for PHP7
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -217,7 +214,7 @@
<extsrcrelease />
<changelog>
<release>
<date>2014-10-22</date>
<date>2015-10-27</date>
<version>
<release>3.0.0</release>
<api>3.0.0</api>
Expand All @@ -228,7 +225,7 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed build with PHP7
- Release Yaf for PHP7
</notes>
</release>

Expand Down
2 changes: 1 addition & 1 deletion php_yaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-dev"
#define PHP_YAF_VERSION "3.0.0"

#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 7d5d696

Please sign in to comment.