diff --git a/package.xml b/package.xml index e3488f7..6378aae 100644 --- a/package.xml +++ b/package.xml @@ -23,11 +23,11 @@ msaraujo@php.net yes - 2016-05-26 - + 2017-02-10 + - 2.0.2 - 2.0.2 + 2.0.3 + 2.0.3 stable @@ -35,7 +35,7 @@ PHP - - Fixed issue #22 (Boolean FALSE is always TRUE) + - Fixed issue #20 (PHP 7: Lua::eval(): unsupported type `unknown' for lua) @@ -81,6 +81,22 @@ lua + + 2017-02-10 + + 2.0.3 + 2.0.3 + + + stable + stable + + PHP License + + - Fixed issue #20 (PHP 7: Lua::eval(): unsupported type `unknown' for lua) + + + 2016-05-26 @@ -96,7 +112,6 @@ - Fixed issue #22 (Boolean FALSE is always TRUE) - 2016-04-11 diff --git a/php_lua.h b/php_lua.h index 639754a..870c653 100644 --- a/php_lua.h +++ b/php_lua.h @@ -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;