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

PHP8 support? #50

Open AnrDaemon opened 3 years ago

AnrDaemon commented 3 years ago

Please?

M3sca commented 2 years ago

Up!

Raudius commented 1 year ago

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.

mikhainin commented 1 year ago

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)

AnrDaemon commented 1 year ago

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

feefladder commented 1 year ago

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