mirror of
https://github.com/php-win-ext/php-lua.git
synced 2026-03-24 00:52:12 +01:00
back to dev(1.1.1-dev)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</maintainer>
|
||||
</maintainers>
|
||||
<release>
|
||||
<version>0.9.5</version>
|
||||
<version>1.1.0</version>
|
||||
<date>2013-10-23</date>
|
||||
<license>PHP</license>
|
||||
<state>beta</state>
|
||||
|
||||
@@ -49,7 +49,7 @@ extern zend_module_entry lua_module_entry;
|
||||
#define Z_DELREF_P ZVAL_DELREF
|
||||
#endif
|
||||
|
||||
#define PHP_LUA_VERSION "1.1.0"
|
||||
#define PHP_LUA_VERSION "1.1.1-dev"
|
||||
#define Z_LUAVAL_P(obj) ((php_lua_object*)(zend_object_store_get_object(obj TSRMLS_CC)))->L
|
||||
|
||||
struct _php_lua_object {
|
||||
|
||||
Reference in New Issue
Block a user