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

exception while $lua->include(string $luafile); #38

Closed muyanchen-zen closed 5 years ago

muyanchen-zen commented 5 years ago

While using $lua->include($luafile); an exception occured : "LuaException: cannot open test.lua: No such file or directory"