diff options
| author | 2024-07-18 22:53:01 +0200 | |
|---|---|---|
| committer | 2024-07-18 22:53:01 +0200 | |
| commit | 365cae840597e6d5e8e1450df98ade83499c654e (patch) | |
| tree | 385c31770ba6d25ab468a6264078b03db30cadbb /Docker/Dockerfile-Newest | |
| parent | da6e349e538ac5ecc268da94600cacb6e1bd53c0 (diff) | |
Re-enable OPCache for PHP 8.4-alpha2 (#6637)
Support https://www.php.net/index.php#2024-07-18-1
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/6615
Bug https://github.com/php/php-src/issues/14873 was fixed https://github.com/nielsdos/php-src/commit/3d0885f9e54ba46bbb082df4c9c32f0be98ee423
Diffstat (limited to 'Docker/Dockerfile-Newest')
| -rw-r--r-- | Docker/Dockerfile-Newest | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Docker/Dockerfile-Newest b/Docker/Dockerfile-Newest index bea22ec9f..4cf752b6a 100644 --- a/Docker/Dockerfile-Newest +++ b/Docker/Dockerfile-Newest @@ -8,8 +8,7 @@ RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/reposit apache2 php84-apache2 \ apache-mod-auth-openidc \ php84 php84-curl php84-gmp php84-intl php84-mbstring php84-xml php84-zip \ - php84-ctype php84-dom php84-fileinfo php84-iconv php84-json php84-openssl php84-phar php84-session php84-simplexml php84-xmlreader php84-xmlwriter php84-xml php84-tokenizer php84-zlib \ - # TODO: Re-add php84-opcache with PHP > 8.4.0alpha1. See https://github.com/php/php-src/issues/14873 + php84-ctype php84-dom php84-fileinfo php84-iconv php84-json php84-opcache php84-openssl php84-phar php84-session php84-simplexml php84-xmlreader php84-xmlwriter php84-xml php84-tokenizer php84-zlib \ php84-pdo_sqlite php84-pdo_mysql php84-pdo_pgsql RUN mkdir -p /var/www/FreshRSS /run/apache2/ |
