TrafeX/docker-php-nginx

Where is the tokenizer.so??

sunceenjoy opened this issue · 1 comments

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

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.