Skip to content

Commit

Permalink
releasing 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Dec 31, 2017
1 parent e10f38f commit b77ef04
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
28 changes: 22 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2017-06-29</date>
<time>17:00:00</time>
<date>2017-12-31</date>
<time>12:00:00</time>
<version>
<release>3.0.5</release>
<api>3.0.5</api>
<release>3.0.6</release>
<api>3.0.6</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -23,7 +23,7 @@
<license uri="http://www.php.net/license">PHP</license>
<notes>
- PHP-7.2 Support
- Fixed issue #360 (class not found in high traffice server)
- Fixed assertion faile (potential unexpected write to immutable array)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -223,6 +223,23 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2017-12-31</date>
<version>
<release>3.0.6</release>
<api>3.0.6</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>2017-06-29</date>
<version>
Expand All @@ -239,7 +256,6 @@
- Fixed issue #360 (class not found in high traffice server)
</notes>
</release>

<release>
<date>2016-08-18</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.6-dev"
#define PHP_YAF_VERSION "3.0.6"

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

Please sign in to comment.