Skip to content

Commit

Permalink
Preapre for 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jun 29, 2017
1 parent c2419c6 commit 823bb11
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
30 changes: 23 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
<email>laruence@php.net</email>
<active>yes</active>
</lead>
<date>2016-08-18</date>
<time>13:00:00</time>
<date>2017-06-29</date>
<time>17:00:00</time>
<version>
<release>3.0.4</release>
<api>3.0.4</api>
<release>3.0.5</release>
<api>3.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fixed bug wrong variables scope in tpl
- Minor optimizations
- PHP-7.2 Support
- Fixed issue #360 (class not found in high traffice server)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -223,6 +223,23 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2017-06-29</date>
<version>
<release>3.0.5</release>
<api>3.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- PHP-7.2 Support
- Fixed issue #360 (class not found in high traffice server)
</notes>
</release>

<release>
<date>2016-08-18</date>
<version>
Expand All @@ -239,7 +256,6 @@
- Minor optimizations
</notes>
</release>

<release>
<date>2016-07-02</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 @@ -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.5-dev"
#define PHP_YAF_VERSION "3.0.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 823bb11

Please sign in to comment.