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

Refactor LuaClosure #36

Closed sgolemon closed 6 years ago

sgolemon commented 6 years ago

Use proper internal object storage rather than private props. Favor NULL clone_obj handler over empty private __clone method. Favor free_obj handler over __destruct() method.

laruence commented 6 years ago

merged, thanks