laruence / php-lua

This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
http://pecl.php.net/package/lua
Other
149 stars 50 forks source link

Fixed issue #40 #43

Closed mikhainin closed 5 years ago

mikhainin commented 5 years ago

Using absolute index could be error-prone, updated code to use relative indices as it commonly done with Lua