Skip to content
forked from laruence/php-lua

This extension embeds the lua interpreter and offers an OO-API to lua variables and functions. Modified for debian/ubuntu.

License

Notifications You must be signed in to change notification settings

bumoodle/php-lua

 
 

Repository files navigation

"Lua is a powerful, fast, light-weight, embeddable scripting language." 
This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.

--------

This branch contains some slight modifications which allow use on Debian/Ubuntu, which places
its lua libraries in a non-standard location (and gives the libraries a nonstandard name).

To use on Debian/Ubuntu, provide the --with-lua-version flag while configuring:

phpize
./configure --with-lua-version=5.2

About

This extension embeds the lua interpreter and offers an OO-API to lua variables and functions. Modified for debian/ubuntu.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 78.7%
  • PHP 18.0%
  • C++ 3.3%