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.
2 parents 0c746ec + 9e7331c commit af03c5cCopy full SHA for af03c5c
Dockerfile
@@ -11,7 +11,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python-sphinx python-pip d
11
# XML needed by PHPCodeSniffer 2.3+
12
# 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