Sara Golemon 1813b36307 Fix non-string member access in read/write prop.
These both have a null pointer deref waiting to happen
and are coincidentally more complex than they need to be.

zval_get_string() will incref any IS_STRING zval,
or copy/convert any non-string zval.

zend_string_release() will then decref or free as appropriate.
2017-10-03 08:51:02 -04:00
2015-10-26 20:56:19 -07:00
2015-10-26 20:59:34 -07:00
2016-04-11 10:50:28 +08:00
2012-04-08 20:31:47 +08:00
2015-02-02 15:06:46 +00:00
2011-12-13 17:04:44 +08:00
2013-10-23 12:20:42 +08:00
2015-02-26 12:10:34 +08:00
2015-02-26 12:10:34 +08:00
2011-12-13 17:04:44 +08:00
2017-07-12 11:42:06 +08:00
2017-07-12 11:42:28 +08:00
2015-10-26 21:10:51 -07:00

PHP Lua

Build Status

This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.

"Lua is a powerful, fast, light-weight, embeddable scripting language."

Description
No description provided
Readme 172 KiB
Languages
C 68.7%
PHP 25.1%
M4 4.8%
JavaScript 1.1%
Shell 0.3%