Merge pull request #1187 from infosiftr/readline

Switch from libedit back to readline
This commit is contained in:
yosifkit 2021-08-24 16:39:51 -07:00 committed by GitHub
commit ed2fe97ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
54 changed files with 108 additions and 108 deletions

View File

@ -96,10 +96,10 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -139,8 +139,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -98,10 +98,10 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -141,8 +141,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -98,10 +98,10 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -141,8 +141,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -95,10 +95,10 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -138,8 +138,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -97,10 +97,10 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -140,8 +140,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -97,10 +97,10 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -140,8 +140,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -165,7 +165,7 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -217,8 +217,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -107,7 +107,7 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -106,7 +106,7 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -158,8 +158,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -106,7 +106,7 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -158,8 +158,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -165,7 +165,7 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -217,8 +217,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -107,7 +107,7 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -106,7 +106,7 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -158,8 +158,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -106,7 +106,7 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -158,8 +158,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# bundled pcre does not support JIT on s390x

View File

@ -96,12 +96,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -141,8 +141,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -98,12 +98,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -143,8 +143,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -98,12 +98,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -143,8 +143,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -95,12 +95,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -140,8 +140,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -97,12 +97,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -142,8 +142,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -97,12 +97,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -142,8 +142,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -165,8 +165,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -218,8 +218,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -107,8 +107,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -160,8 +160,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -165,8 +165,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -218,8 +218,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -107,8 +107,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -160,8 +160,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -96,12 +96,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -141,8 +141,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -98,12 +98,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -143,8 +143,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -95,12 +95,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -140,8 +140,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -97,12 +97,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -142,8 +142,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -165,8 +165,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -218,8 +218,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -107,8 +107,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -160,8 +160,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -165,8 +165,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -218,8 +218,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -107,8 +107,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -160,8 +160,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -96,12 +96,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -141,8 +141,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -98,12 +98,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -143,8 +143,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -95,12 +95,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -140,8 +140,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -97,12 +97,12 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
libsodium-dev \
libxml2-dev \
linux-headers \
oniguruma-dev \
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -142,8 +142,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -165,8 +165,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -218,8 +218,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -107,8 +107,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -160,8 +160,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -165,8 +165,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -218,8 +218,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -107,8 +107,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -160,8 +160,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -106,8 +106,8 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
libonig-dev \
libreadline-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
@ -159,8 +159,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")

View File

@ -97,7 +97,6 @@ RUN set -eux; \
argon2-dev \
coreutils \
curl-dev \
libedit-dev \
{{ if (.version | version_id) >= ("7.2" | version_id) then ( -}}
libsodium-dev \
{{ ) else "" end -}}
@ -112,6 +111,7 @@ RUN set -eux; \
oniguruma-dev \
{{ ) else "" end -}}
openssl-dev \
readline-dev \
sqlite-dev \
; \
\
@ -153,8 +153,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
{{ if (.version | version_id) | . >= ("7.4" | version_id) then ( -}}

View File

@ -103,13 +103,13 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
libargon2-dev \
libcurl4-openssl-dev \
libedit-dev \
{{
# oniguruma is part of mbstring in php 7.4+
if (.version | version_id) >= ("7.4" | version_id) then (
-}}
libonig-dev \
{{ ) else "" end -}}
libreadline-dev \
{{ if (.version | version_id) >= ("7.2" | version_id) then ( -}}
libsodium-dev \
{{ ) else "" end -}}
@ -165,8 +165,8 @@ RUN set -eux; \
--with-sqlite3=/usr \
\
--with-curl \
--with-libedit \
--with-openssl \
--with-readline \
--with-zlib \
\
{{ if (.version | version_id) | . >= ("7.4" | version_id) then ( -}}