1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

use libedit instead of readline for CI

This commit is contained in:
Remi Collet
2024-08-01 11:54:29 +02:00
committed by Remi Collet
parent 9467ffb43c
commit 521178709e
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ runs:
libxml2-dev \ libxml2-dev \
libxslt1-dev \ libxslt1-dev \
libpq-dev \ libpq-dev \
libreadline-dev \ libedit-dev \
libldap2-dev \ libldap2-dev \
libsodium-dev \ libsodium-dev \
libargon2-0-dev \ libargon2-0-dev \

View File

@@ -41,7 +41,7 @@ runs:
--enable-sysvshm \ --enable-sysvshm \
--enable-shmop \ --enable-shmop \
--enable-pcntl \ --enable-pcntl \
--with-readline \ --without-readline --with-libedit \
--enable-mbstring \ --enable-mbstring \
--with-curl \ --with-curl \
--with-gettext \ --with-gettext \