Compare commits
No commits in common. "3086c9db9b92208247baab04d4871a433792efd5" and "4ee1cf73f1c728afb0114cdf47dc8ae0646b5b1e" have entirely different histories.
3086c9db9b
...
4ee1cf73f1
@ -43,11 +43,14 @@ RUN set -ex; \
|
||||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
@ -37,11 +37,14 @@ RUN set -ex; \
|
||||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
@ -43,11 +43,14 @@ RUN set -ex; \
|
||||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
@ -43,11 +43,14 @@ RUN set -ex; \
|
||||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
@ -37,11 +37,14 @@ RUN set -ex; \
|
||||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
@ -43,11 +43,14 @@ RUN set -ex; \
|
||||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
@ -36,11 +36,14 @@ RUN set -ex; \
|
||||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
@ -42,11 +42,14 @@ RUN set -ex; \
|
||||
gd \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
mcrypt \
|
||||
mysqli \
|
||||
opcache \
|
||||
pcntl \
|
||||
pdo_mysql \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
zip \
|
||||
; \
|
||||
pecl install \
|
||||
|
@ -2,8 +2,8 @@
|
||||
set -Eeuo pipefail
|
||||
|
||||
declare -A release_channel=(
|
||||
[production]='13.0.2'
|
||||
[stable]='13.0.2'
|
||||
[production]='12.0.6'
|
||||
[stable]='13.0.1'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
Loading…
Reference in New Issue
Block a user