Compare commits

..

No commits in common. "3086c9db9b92208247baab04d4871a433792efd5" and "4ee1cf73f1c728afb0114cdf47dc8ae0646b5b1e" have entirely different histories.

9 changed files with 26 additions and 2 deletions

View File

@ -43,11 +43,14 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -37,11 +37,14 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -43,11 +43,14 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -43,11 +43,14 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -37,11 +37,14 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -43,11 +43,14 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -36,11 +36,14 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -42,11 +42,14 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail set -Eeuo pipefail
declare -A release_channel=( declare -A release_channel=(
[production]='13.0.2' [production]='12.0.6'
[stable]='13.0.2' [stable]='13.0.1'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"