Skip to content

Commit

Permalink
release 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Oct 8, 2012
1 parent c028736 commit 3136c9c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 10 deletions.
33 changes: 25 additions & 8 deletions package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2012-09-26</date>
<time>11:45:02</time>
<date>2012-10-08</date>
<time>10:21:46</time>
<version>
<release>2.2.3</release>
<api>2.2.3</api>
<release>2.2.4</release>
<api>2.2.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Call autoRender, flushInstantly, returnResponse of Yaf_Dispatcher without args return current state now (Demon)
- Fixed bug that Yaf_Application::environ is undefined on windows
- Improve warning message while script can not be loaded
- Improving warning info while failed opening template script
- Fixed bug that $this is not Yaf_View_Simple in render method which was introduced in 2.2.3
- Fixed memleak in Yaf_View_Simple::display()
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -174,6 +174,24 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2012-10-08</date>
<version>
<release>2.2.4</release>
<api>2.2.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Improving warning info while failed opening template script
- Fixed bug that $this is not Yaf_View_Simple in render method which was introduced in 2.2.3
- Fixed memleak in Yaf_View_Simple::display()
</notes>
</release>

<release>
<date>2012-09-26</date>
<version>
Expand All @@ -191,7 +209,6 @@
- Improve warning message while script can not be loaded
</notes>
</release>

<release>
<date>2012-09-14</date>
<version>
Expand Down
4 changes: 2 additions & 2 deletions php_yaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/

/* $Id: php_yaf.h 327791 2012-09-26 03:51:47Z laruence $ */
/* $Id: php_yaf.h 327923 2012-10-08 02:22:50Z laruence $ */

#ifndef PHP_YAF_H
#define PHP_YAF_H
Expand All @@ -41,7 +41,7 @@ extern zend_module_entry yaf_module_entry;
#define YAF_G(v) (yaf_globals.v)
#endif

#define YAF_VERSION "2.2.4-dev"
#define YAF_VERSION "2.2.4"

#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 3136c9c

Please sign in to comment.