We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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 👍🏼.
Yeah, but this should be resolved first: badoo/php-lua#11
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: