Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cern-drupal-distribution
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal
paas
cern-drupal-distribution
Merge requests
!143
Draft: Add remote dev with php 8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: Add remote dev with php 8
php-8-remote-dev
into
v9.4-2
Overview
1
Commits
13
Pipelines
2
Changes
6
Closed
Vineet Reddy Rajula
requested to merge
php-8-remote-dev
into
v9.4-2
2 years ago
Overview
1
Commits
13
Pipelines
2
Changes
6
Expand
0
0
Merge request reports
Compare
v9.4-2
version 3
db5fe1d2
2 years ago
version 2
db5fe1d2
2 years ago
version 1
db5fe1d2
2 years ago
v9.4-2 (base)
and
latest version
latest version
db5fe1d2
13 commits,
2 years ago
version 3
db5fe1d2
13 commits,
2 years ago
version 2
db5fe1d2
13 commits,
2 years ago
version 1
db5fe1d2
30 commits,
2 years ago
6 files
+
75
−
107
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
images/Dockerfile-composerbuilder
+
10
−
3
Options
@@ -35,7 +35,7 @@ RUN apk --update add \
libcurl \
imagemagick-dev \
imagemagick \
php
7
-pecl-imagick \
php
8
-pecl-imagick \
bzip2-dev \
ldb-dev \
libldap \
@@ -46,7 +46,7 @@ RUN apk --update add \
libxslt \
net-snmp \
net-snmp-dev \
php
7
-mbstring
php
8
-mbstring
# Fix for iconv library
# This must be present in the sitebuilder image,
@@ -97,6 +97,13 @@ RUN set -eux; \
docker-php-ext-enable igbinary\
; \
\
# install xmlrpc
pecl install -o -f xmlrpc\
; \
\
docker-php-ext-enable xmlrpc\
; \
\
# install msgpack
pecl install -o -f msgpack\
; \
@@ -136,7 +143,7 @@ RUN set -eux; \
sysvshm \
xml \
#wddx \ Does not exist for Drupal9/PHP7.4
xmlrpc \
#
xmlrpc \
Does not exist for PHP 8.1
xsl \
; \
\
Loading