Hallo (und ein frohes neues Jahr),
ich habe unter Linux (Ubuntu 22.0.4.3 LTS, PHP 8.3) ein PHP-Modul kompiliert über
phpize
./configure
make
make test
Bei make test
wird aber dennoch angemeckert, dass die module API unterschiedlich ist:
Module compiled with module API=20190902
PHP compiled with module API=20230831
Ich habe es auch schon versucht mit ./configure --with-php-config=/usr/bin/php-config
Leider auch ohne Änderung.
Wie kann ich das Module so kompilieren, damit die API Version übereinstimmt? Oder kann ich (dreist) einfach die Module API Version ändern?
LG Kevin