Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUA PHP Extension #2076

Open
ThomasCr opened this issue Feb 9, 2024 · 3 comments
Open

LUA PHP Extension #2076

ThomasCr opened this issue Feb 9, 2024 · 3 comments

Comments

@ThomasCr
Copy link

ThomasCr commented Feb 9, 2024

Hi,

is it possible to create a DEB Package for the LUA extension?

I read, that there was previously a request for PHP 8 - but to this time there was no support.

#1997

But now it is possible to build it for PHP 8 - I also build it manually for PHP 8.2.

Github repository: https://github.com/badoo/php-lua.git

I need it for the NC plugin files_scripts.

I build it like that and it worked fine.

phpize8.2 && ./configure --with-lua-version=5.3 --with-php-config=/usr/bin/php-config8.2

Love to see the plugin in your PPA.

Thanks you in Advance

@ernolf
Copy link

ernolf commented Feb 13, 2024

phpize8.2 && ./configure --with-lua-version=5.3 --with-php-config=/usr/bin/php-config8.2

Hi @ThomasCr:

Look -> here <-, the php-module-builder script for Nextcloud builds the module version 2.0.7 (with lua version 5.4):

php-module-builder 8.2 lua

ernolf

@ThomasCr
Copy link
Author

ThomasCr commented Mar 3, 2024

Hi @ernolf

Thanks for your Information - but I already have build it - and thats not the point for this issue I created 😉

It would be perfect to add the lua extension to the PHP PPA from @oerdnj to keep it automatically updated 👍🏼.

@oerdnj
Copy link
Owner

oerdnj commented Mar 17, 2024

Yeah, but this should be resolved first: badoo/php-lua#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants