Skip to content
Snippets Groups Projects

Draft: Issue #3512443 by andypost: Add a PHP 8.5 image for early testing

Related to #3512443

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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

    Compare with previous version

  • added 1 commit

    • 1f349460 - WIP: Add script to rebuild, TBD do not check sha and commit

    Compare with previous version

  • added 1 commit

    • a2d8111c - WIP: Add script to rebuild, TBD do not check sha and commit

    Compare with previous version

  • added 1 commit

    • 443bd0e5 - WIP: Add script to rebuild, TBD do not check sha and commit

    Compare with previous version

  • Please register or sign in to reply
    Loading