You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?