Draft: Issue #3512443 by andypost: Add a PHP 8.5 image for early testing
Draft: Issue #3512443 by andypost: Add a PHP 8.5 image for early testing
1 open thread
1 open thread
Related to #3512443
Merge request reports
Activity
assigned to @andypost
- php/8.5-ubuntu-apache/Dockerfile 0 → 100644
107 --enable-pcntl \ 108 --enable-bcmath \ 109 --enable-xmlreader \ 110 --enable-intl \ 111 --enable-opcache \ 112 --with-apxs2 \ 113 --disable-cgi \ 114 --disable-phpdbg \ 115 &&\ 116 make -j "$(nproc)" &&\ 117 make install &&\ 118 cd / && rm -fr "$buildDir" 119 120 # install pecl extensions for apcu, pcov, xdebug, and yaml 121 RUN pecl channel-update pecl.php.net &&\ 122 pecl install APCu-5.1.24 mongodb-1.21.0 opentelemetry-1.1.2 pcov-1.0.12 xdebug-3.4.2 yaml-2.2.4 \ added 1 commit
- 18e6b9f7 - WIP: Add script to rebuild, TBD do not check sha and commit
added 1 commit
- 1f349460 - WIP: Add script to rebuild, TBD do not check sha and commit
added 1 commit
- a2d8111c - WIP: Add script to rebuild, TBD do not check sha and commit
added 1 commit
- 443bd0e5 - WIP: Add script to rebuild, TBD do not check sha and commit
Please register or sign in to reply