Skip to content

Commit

Permalink
Merge branch 'z_TEMP_Fix_PHP_84' into php84
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKleyman committed Jan 16, 2025
2 parents 99ad6fa + 1b04a28 commit 61a4ac8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packaging/test/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN apk update \
wget

RUN docker-php-ext-install \
ds \
mysqli \
pcntl \
pdo_mysql \
Expand Down
1 change: 0 additions & 1 deletion packaging/test/centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN export PHP_VERSION_TRANSFORMED=$(echo "${PHP_VERSION}" | sed 's#\.##g') \
&& yum-config-manager --enable remi-php${PHP_VERSION_TRANSFORMED} \
&& yum install -y \
php \
php-ds \
php-mbstring \
php-mysqli \
php-pcntl \
Expand Down
1 change: 0 additions & 1 deletion packaging/test/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN apt-get -qq update \
&& rm -rf /var/lib/apt/lists/*

RUN docker-php-ext-install \
ds \
mysqli \
pcntl \
pdo_mysql \
Expand Down
1 change: 0 additions & 1 deletion packaging/test/ubuntu/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN apt-get -qq -y --no-install-recommends install software-properties-common \
php${PHP_VERSION} \
libapache2-mod-php \
php${PHP_VERSION}-curl \
php${PHP_VERSION}-ds \
php${PHP_VERSION}-mbstring \
php${PHP_VERSION}-mysql \
php${PHP_VERSION}-mysqli \
Expand Down
1 change: 0 additions & 1 deletion packaging/test/ubuntu/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RUN apt-get -qq -y --no-install-recommends install software-properties-common \
php${PHP_VERSION} \
libapache2-mod-fcgid \
php${PHP_VERSION}-curl \
php${PHP_VERSION}-ds \
php${PHP_VERSION}-fpm \
php${PHP_VERSION}-mbstring \
php${PHP_VERSION}-mysql \
Expand Down

0 comments on commit 61a4ac8

Please sign in to comment.