Open AnrDaemon opened 3 years ago
Up!
Given that this library is not actively maintained, I decided to write a Lua interpreter in PHP for my own project
It is available here: https://github.com/Raudius/Luar
Sorry for the shameless plug, but I thought others would find it helpful. And I would really appreciate some testing/feedback to continue developing it.
Do note that its still very new and definitely not as performant/efficient as the Lua plugin.
I'm not saying that we actively support it but our fork was ported to PHP8 https://github.com/badoo/php-lua
But still, I keep the hope that we can merge our changes into the original repository (this one)
I'm not saying that we actively support it but our fork was ported to PHP8 https://github.com/badoo/php-lua
But still, I keep the hope that we can merge our changes into the original repository (this one)
The only way I know to merge your changes into somebody else's project is to make a PR…
@mikhainin can you PR it here? when I run make test, I still get fail for https://bugs.php.net/bug.php?id=73964 But I cannot open an issue on your fork, where I think it is more relevant.
Please?