php-lua icon indicating copy to clipboard operation
php-lua copied to clipboard

PHP8 support?

Open AnrDaemon opened this issue 4 years ago • 5 comments
trafficstars

Please?

AnrDaemon avatar Sep 27 '21 21:09 AnrDaemon

Up!

M3sca avatar Aug 03 '22 10:08 M3sca

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.

Raudius avatar Nov 30 '22 18:11 Raudius

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)

mikhainin avatar Dec 09 '22 15:12 mikhainin

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

AnrDaemon avatar Dec 09 '22 19:12 AnrDaemon

@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.

feefladder avatar Jul 10 '23 15:07 feefladder