We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0e8f6 commit 4153352Copy full SHA for 4153352
Dockerfile
@@ -9,8 +9,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python-sphinx python-pip d
9
DEBIAN_FRONTEND=noninteractive pip install sphinx_rtd_theme breathe
10
11
# XML needed by PHPCodeSniffer 2.3+
12
-# SQLite needed by Phan
+# AST and SQLite needed by Phan
13
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install php-xml php-sqlite3 php-ast
14
+RUN ln -s /etc/php/mods-available/ast.ini /etc/php/7.0/cli/conf.d/20-ast.ini
15
16
# Install XDebug 2.4.0
17
RUN wget https://github.com/xdebug/xdebug/archive/XDEBUG_2_4_0.tar.gz && \
0 commit comments