Skip to content

Commit

Permalink
back to dev(2.3.5-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Aug 13, 2015
1 parent 41d43e0 commit 42ed1e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,25 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2015-08-13</date>
<version>
<release>2.3.4</release>
<api>2.3.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed ISSUE #134
- Fixed ISSUE #181
- Fixed invalid read(segfault) with php-5.4
- Fixed bug (Exception in preDispatch is not caught)
</notes>
</release>

<release>
<date>2014-10-22</date>
<version>
Expand All @@ -227,7 +246,6 @@
<notes>
- Fixed build with PHP-5.6
</notes>

</release>
<release>
<date>2014-01-09</date>
Expand Down
2 changes: 1 addition & 1 deletion php_yaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extern zend_module_entry yaf_module_entry;
#define YAF_G(v) (yaf_globals.v)
#endif

#define PHP_YAF_VERSION "2.3.4"
#define PHP_YAF_VERSION "2.3.5-dev"

#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 42ed1e4

Please sign in to comment.