Skip to content

Commit 3136c9c

Browse files
committed
release 2.2.4
1 parent c028736 commit 3136c9c

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

package2.xml

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
<email>[email protected]</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2012-09-26</date>
14-
<time>11:45:02</time>
13+
<date>2012-10-08</date>
14+
<time>10:21:46</time>
1515
<version>
16-
<release>2.2.3</release>
17-
<api>2.2.3</api>
16+
<release>2.2.4</release>
17+
<api>2.2.4</api>
1818
</version>
1919
<stability>
2020
<release>beta</release>
2121
<api>beta</api>
2222
</stability>
2323
<license uri="http://www.php.net/license">PHP</license>
2424
<notes>
25-
- Call autoRender, flushInstantly, returnResponse of Yaf_Dispatcher without args return current state now (Demon)
26-
- Fixed bug that Yaf_Application::environ is undefined on windows
27-
- Improve warning message while script can not be loaded
25+
- Improving warning info while failed opening template script
26+
- Fixed bug that $this is not Yaf_View_Simple in render method which was introduced in 2.2.3
27+
- Fixed memleak in Yaf_View_Simple::display()
2828
</notes>
2929
<contents>
3030
<dir name="/">
@@ -174,6 +174,24 @@
174174
<providesextension>yaf</providesextension>
175175
<extsrcrelease />
176176
<changelog>
177+
<release>
178+
<date>2012-10-08</date>
179+
<version>
180+
<release>2.2.4</release>
181+
<api>2.2.4</api>
182+
</version>
183+
<stability>
184+
<release>beta</release>
185+
<api>beta</api>
186+
</stability>
187+
<license uri="http://www.php.net/license">PHP License</license>
188+
<notes>
189+
- Improving warning info while failed opening template script
190+
- Fixed bug that $this is not Yaf_View_Simple in render method which was introduced in 2.2.3
191+
- Fixed memleak in Yaf_View_Simple::display()
192+
</notes>
193+
</release>
194+
177195
<release>
178196
<date>2012-09-26</date>
179197
<version>
@@ -191,7 +209,6 @@
191209
- Improve warning message while script can not be loaded
192210
</notes>
193211
</release>
194-
195212
<release>
196213
<date>2012-09-14</date>
197214
<version>

php_yaf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
*/
1616

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

1919
#ifndef PHP_YAF_H
2020
#define PHP_YAF_H
@@ -41,7 +41,7 @@ extern zend_module_entry yaf_module_entry;
4141
#define YAF_G(v) (yaf_globals.v)
4242
#endif
4343

44-
#define YAF_VERSION "2.2.4-dev"
44+
#define YAF_VERSION "2.2.4"
4545

4646
#define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module)
4747
#define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)

0 commit comments

Comments
 (0)