Skip to content

Commit

Permalink
Use php-xdebug that should work with php7.4 xdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 18, 2019
1 parent 0675405 commit 6b0750b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/ddev-webserver/Dockerfile
Expand Up @@ -88,10 +88,11 @@ RUN apt-get -qq update && \
openssh-client \
php-imagick \
php-uploadprogress \
php-xdebug \
sqlite3 && \
for v in $PHP_VERSIONS; do apt-get -qq install --no-install-recommends --no-install-suggests -y $v-bcmath $v-bz2 $v-curl $v-cgi $v-cli $v-common $v-fpm $v-gd $v-intl $v-json $v-mysql $v-pgsql $v-mbstring $v-opcache $v-soap $v-sqlite3 $v-readline $v-xml $v-xmlrpc $v-zip libapache2-mod-$v ; done && \
# These are items not yet available in php7.4 \
for v in php5.6 php7.0 php7.1 php7.2 php7.3; do apt-get -qq install --no-install-recommends --no-install-suggests -y $v-apcu $v-memcached $v-redis $v-xdebug ; done && \
for v in php5.6 php7.0 php7.1 php7.2 php7.3; do apt-get -qq install --no-install-recommends --no-install-suggests -y $v-apcu $v-memcached $v-redis ; done && \
for v in php5.6 php7.0 php7.1; do apt-get -qq install --no-install-recommends --no-install-suggests -y $v-mcrypt; done && \
apt-get install blackfire-php -y --allow-unauthenticated && \
apt-get -qq autoremove -y && \
Expand Down

0 comments on commit 6b0750b

Please sign in to comment.