Archived
1
0
Fork 0

aap: switch to php82

This commit is contained in:
J. Elfring 2023-06-02 17:25:56 +02:00
parent 0a9592310f
commit cb003dd83f
2 changed files with 2003 additions and 26 deletions

View file

@ -6,34 +6,34 @@ RUN apk add --update --no-cache \
curl \ curl \
git \ git \
mc \ mc \
php81 \ php82 \
php81-apache2 \ php82-apache2 \
php81-apcu \ php82-apcu \
php81-curl \ php82-curl \
php81-ctype \ php82-ctype \
php81-dom \ php82-dom \
php81-exif \ php82-exif \
php81-fileinfo \ php82-fileinfo \
php81-gd \ php82-gd \
php81-gmp \ php82-gmp \
php81-iconv \ php82-iconv \
php81-intl \ php82-intl \
php81-json \ php82-json \
php81-mbstring \ php82-mbstring \
php81-opcache \ php82-opcache \
php81-openssl \ php82-openssl \
php81-posix \ php82-posix \
php81-pdo \ php82-pdo \
php81-pdo_mysql \ php82-pdo_mysql \
php81-pdo_sqlite \ php82-pdo_sqlite \
php81-session \ php82-session \
php81-simplexml \ php82-simplexml \
php81-xml \ php82-xml \
php81-zip \ php82-zip \
php81-zlib php82-zlib
## Configure apache ## Configure apache
COPY assets/php81.ini /etc/php81/php.ini COPY assets/php82.ini /etc/php82/php.ini
COPY assets/httpd.conf /etc/apache2/httpd.conf COPY assets/httpd.conf /etc/apache2/httpd.conf
RUN chown apache:apache /run/apache2 RUN chown apache:apache /run/apache2

1977
aap/assets/php82.ini Normal file

File diff suppressed because it is too large Load diff