TrafeX / docker-php-nginx

Docker image with PHP-FPM 8.3 & Nginx 1.24 on Alpine Linux
https://hub.docker.com/r/trafex/php-nginx
MIT License
1.33k stars 721 forks source link

Where is the tokenizer.so?? #148

Closed sunceenjoy closed 9 months ago

sunceenjoy commented 9 months ago

The module tokenizer in php8.2 is configured as a shared module, So by default, php -m does not list this extension, I will need to add this to php.ini: extension=tokenizer, but I don't find the so file in this folder: /usr/lib/php82/modules/ What should I do?

image image

TrafeX commented 9 months ago

Hi @sunceenjoy,

That extension should indeed be part of the base extensions this image has. It's added by @insign and can be used in the latest tag.