phpearth / docker-php

🐳 Docker For PHP developers - Docker images with PHP, Nginx, OpenLiteSpeed, Apache, Lighttpd, and Alpine
https://docs.php.earth/docker
MIT License
261 stars 80 forks source link

New extension: AST #18

Closed cdaguerre closed 6 years ago

cdaguerre commented 6 years ago

Can anyone explain how to install php-ast? It's required by phan

petk commented 6 years ago

Hello, the php-ast extension added to PHP.earth Alpine repository via https://github.com/phpearth/alpine/commit/69a3e0b91764ddcb6bf380ea609a8f17bced9588. Installation:

apk add --no-cache php7.2-ast

Or for older PHP versions apk add --no-cache php7.1-ast or apk add --no-cache php7.0-ast.

In case there are some bugs, let me know. Thanks for reporting.