TrafeX/docker-php-nginx

PHP Fatal error: Uncaught Error: Call to undefined function token_get_all()

javacom opened this issue · 2 comments

I try to use your image but it failed with undefined function token_get_all(). How can I enable it in the docker image?

Hi @javacom,

You need to install the php81-tokenizer package for this extension to work.

I'm closing this issue due to inactivity. Let me know if this didn't solve your issue!