I want install something which requires PHP AST extension. I followed the procedure found here at GitHub, but I cannot get it to actually work.
Now when I retry installing (pecl install ast
) I get
pecl/ast is already installed and is the same as the released version 1.0.4 install failed
But when I check with php -m
, ast is not listed there, and the plugin I want use also says
The php-ast extension must be loaded.... install ast and add extension=ast.so to your php.ini.
That's something which I have already done.
And so I am deadlocked and in need of help.