mirror of
https://github.com/php-win-ext/php-lua.git
synced 2026-03-24 00:52:12 +01:00
1813b36307ef7d4004b742de6464cc622fe7ed24
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.
PHP Lua
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
Languages
C
68.7%
PHP
25.1%
M4
4.8%
JavaScript
1.1%
Shell
0.3%
