files_scripts
files_scripts copied to clipboard
Cannot install php-lua under php 8.3 and upper versions
Hi! I am using php 8.2 with installed php-lua 2.0.7 and lua-5.3.6 package. I've tried to migrate to php 8.3 and reconfigure and make lua, but faced with the issues:
PHP : /usr/bin/phpdbg8.3
PHP_SAPI : phpdbg
PHP_VERSION : 8.3.19
ZEND_VERSION: 4.3.19
PHP_OS : Linux - Linux hostname 6.8.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 11 15:25:05 UTC 2 x86_64
INI actual : /home/dev/lua/lua-2.0.7/tmp-php.ini
More .INIs :
Warning: Missing arginfo for Lua::__construct() in Unknown on line 0
Warning: Missing arginfo for Lua::getVersion() in Unknown on line 0
Warning: Missing arginfo for LuaClosure::__construct() in Unknown on line 0
Ubuntu 22.04 php-fpm 8.3.19 lua 5.3.6
I tried to do it with the help of pecl and got the same error, with php 8.4 I see the same issue.
Can you help me with building php-lua?