Skip to content

Commit 4ed5f7d

Browse files
committed
APCU and APC manually removed.
1 parent 39999e6 commit 4ed5f7d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

7.3/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ RUN \
9999
mv /usr/lib/php/20180731/phpng_xhprof.so /usr/lib/php/20180731/xhprof.so && \
100100
echo "extension=xhprof.so" > /etc/php/7.3/mods-available/xhprof.ini && \
101101
echo "xhprof.output_dir=/var/www/xhprof" >> /etc/php/7.3/mods-available/xhprof.ini && \
102-
# Install manually APC
103-
echo "extension=apcu.so" > /etc/php/7.2/mods-available/apcu_bc.ini && \
104-
echo "extension=apc.so" >> /etc/php/7.2/mods-available/apcu_bc.ini && \
105102
# Install SMTP.
106103
apt-get -yqq install libgnutls-openssl27 && \
107104
wget ftp.de.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64-8+b2_amd64.deb && \

7.4/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ RUN \
9999
mv /usr/lib/php/20190902/phpng_xhprof.so /usr/lib/php/20190902/xhprof.so && \
100100
echo "extension=xhprof.so" > /etc/php/7.4/mods-available/xhprof.ini && \
101101
echo "xhprof.output_dir=/var/www/xhprof" >> /etc/php/7.4/mods-available/xhprof.ini && \
102-
103-
# Install manually APC
104-
echo "extension=apcu.so" > /etc/php/7.2/mods-available/apcu_bc.ini && \
105-
echo "extension=apc.so" >> /etc/php/7.2/mods-available/apcu_bc.ini && \
106102
# Install SMTP.
107103
apt-get -yqq install libgnutls-openssl27 && \
108104
wget ftp.de.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64-8+b2_amd64.deb && \

0 commit comments

Comments
 (0)