Commit Graph

10 Commits

Author SHA1 Message Date
Antony Dovgal
13e26a383a make lua_obj optional
so that printing a function would not cause crash
2019-05-24 12:41:55 +03:00
Antony Dovgal
d763f167d8 fix incorrect type alloc that causes memory corruption 2019-05-24 12:41:29 +03:00
Sara Golemon
486de80ebf Refactor LuaClosure
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.
2017-10-03 10:09:53 -04:00
Xinchen Hui
cf3f69b274 Cleanup 2015-02-26 12:10:34 +08:00
Xinchen Hui
49b95a64f3 All tests passed 2015-02-26 12:05:45 +08:00
Xinchen Hui
8bccbdc5db clean up (not finish yet) 2015-02-26 00:11:42 +08:00
Helmut Januschka
6205c5c4ff add me to authors 👍 2015-02-02 15:06:46 +00:00
Helmut Januschka
061f22aac0 fix for latest php7 head 2015-02-02 13:27:33 +00:00
Remi Collet
d893cd58c2 zval_copy_property_ctor have been added in 5.3.4 (so not in 5.3.3) 2013-11-06 14:11:45 +01:00
laruence
5534b3252d initial commit 2011-12-13 17:04:44 +08:00