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

Multiple fixes #44

Closed tony2001 closed 4 years ago

tony2001 commented 5 years ago

Fixed segfault caused by using incorrect index in lua_next() when printing table values. Printing function values also caused multiple errors, this is now fixed as well. There was a memory corruption which still requires a test case, but the obviously wrong code has been fixed.

Fuitad commented 5 years ago

This commit fixed a few bugs I was having. Thank you very much @tony2001