Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Hypolite Petovan 00f9c63582
Merge pull request #212 from nupplaphil/bug/gmp
Add GNU Multiple Precision PHP module
2022-10-29 13:12:10 -04:00
Philipp 6df70e0d04
Add GNU Multiple Precision PHP module 2022-10-29 12:31:35 +02:00
8 zmienionych plików z 16 dodań i 0 usunięć

Wyświetl plik

@ -69,6 +69,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -90,6 +91,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

Wyświetl plik

@ -60,6 +60,7 @@ RUN set -ex; \
libzip-dev \
icu-dev \
openldap-dev \
gmp-dev \
; \
\
docker-php-ext-configure gd \
@ -76,6 +77,7 @@ RUN set -ex; \
opcache \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

Wyświetl plik

@ -69,6 +69,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -90,6 +91,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

Wyświetl plik

@ -69,6 +69,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -90,6 +91,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

Wyświetl plik

@ -60,6 +60,7 @@ RUN set -ex; \
libzip-dev \
icu-dev \
openldap-dev \
gmp-dev \
; \
\
docker-php-ext-configure gd \
@ -76,6 +77,7 @@ RUN set -ex; \
opcache \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

Wyświetl plik

@ -69,6 +69,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -90,6 +91,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

Wyświetl plik

@ -59,6 +59,7 @@ RUN set -ex; \
libzip-dev \
icu-dev \
openldap-dev \
gmp-dev \
; \
\
docker-php-ext-configure gd \
@ -75,6 +76,7 @@ RUN set -ex; \
opcache \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately

Wyświetl plik

@ -68,6 +68,7 @@ RUN set -ex; \
librsvg2-2 \
libzip-dev \
libldap2-dev \
libgmp-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
@ -89,6 +90,7 @@ RUN set -ex; \
ctype \
pcntl \
ldap \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately