releaseing 2.0.3

This commit is contained in:
Xinchen Hui
2017-02-10 19:13:44 +08:00
parent cbe65b9ad6
commit 1ff1eb10c9
2 changed files with 22 additions and 7 deletions

View File

@@ -23,11 +23,11 @@
<email>msaraujo@php.net</email>
<active>yes</active>
</developer>
<date>2016-05-26</date>
<time>10:50:27</time>
<date>2017-02-10</date>
<time>19:15:00</time>
<version>
<release>2.0.2</release>
<api>2.0.2</api>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
<stability>
<release>stable</release>
@@ -35,7 +35,7 @@
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fixed issue #22 (Boolean FALSE is always TRUE)
- Fixed issue #20 (PHP 7: Lua::eval(): unsupported type `unknown' for lua)
</notes>
<contents>
<dir name="/">
@@ -81,6 +81,22 @@
<providesextension>lua</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2017-02-10</date>
<version>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed issue #20 (PHP 7: Lua::eval(): unsupported type `unknown' for lua)
</notes>
</release>
<release>
<date>2016-05-26</date>
<version>
@@ -96,7 +112,6 @@
- Fixed issue #22 (Boolean FALSE is always TRUE)
</notes>
</release>
<release>
<date>2016-04-11</date>
<version>

View File

@@ -48,7 +48,7 @@ extern zend_module_entry lua_module_entry;
#define LUA_G(v) (lua_globals.v)
#endif
#define PHP_LUA_VERSION "2.0.3-dev"
#define PHP_LUA_VERSION "2.0.3"
struct _php_lua_object {
lua_State *L;