Remove unused --with-zlib-dir configure option

Commits that removed this option:
- 34dd032e4e
- a2c21e10b2
- e595f5cd8a

Closes GH-12209
This commit is contained in:
Peter Kokot 2023-09-14 22:21:54 +02:00
parent 6349b293e7
commit a8e1b1018d
6 changed files with 3 additions and 13 deletions

View file

@ -131,7 +131,6 @@ arm_task:
--enable-exif --enable-exif
--with-zip --with-zip
--with-zlib --with-zlib
--with-zlib-dir=/usr
--enable-soap --enable-soap
--enable-xmlreader --enable-xmlreader
--with-xsl --with-xsl

View file

@ -35,7 +35,6 @@ runs:
--enable-exif \ --enable-exif \
--with-zip \ --with-zip \
--with-zlib \ --with-zlib \
--with-zlib-dir=/usr \
--enable-soap \ --enable-soap \
--enable-xmlreader \ --enable-xmlreader \
--with-xsl \ --with-xsl \

View file

@ -33,7 +33,6 @@ runs:
--enable-exif \ --enable-exif \
--with-zip \ --with-zip \
--with-zlib \ --with-zlib \
--with-zlib-dir=/usr \
--enable-soap \ --enable-soap \
--enable-xmlreader \ --enable-xmlreader \
--with-xsl \ --with-xsl \

View file

@ -18,6 +18,9 @@ PHP 8.4 INTERNALS UPGRADE NOTES
2. Build system changes 2. Build system changes
======================== ========================
a. Unix build system changes
- The configure option --with-zlib-dir has been removed.
======================== ========================
3. Module changes 3. Module changes
======================== ========================

View file

@ -4,15 +4,6 @@ PHP_ARG_WITH([pdo-mysql],
[PDO: MySQL support. DIR is the MySQL base directory. If no value or mysqlnd [PDO: MySQL support. DIR is the MySQL base directory. If no value or mysqlnd
is passed as DIR, the MySQL native driver will be used])]) is passed as DIR, the MySQL native driver will be used])])
if test -z "$PHP_ZLIB_DIR"; then
PHP_ARG_WITH([zlib-dir],
[for the location of libz],
[AS_HELP_STRING([[--with-zlib-dir[=DIR]]],
[PDO_MySQL: Set the path to libz install prefix])],
[no],
[no])
fi
if test "$PHP_PDO_MYSQL" != "no"; then if test "$PHP_PDO_MYSQL" != "no"; then
dnl This depends on ext/mysqli/config.m4 providing the PHP_MYSQL_SOCKET_SEARCH dnl This depends on ext/mysqli/config.m4 providing the PHP_MYSQL_SOCKET_SEARCH
dnl macro and --with-mysql-sock configure option. dnl macro and --with-mysql-sock configure option.

View file

@ -41,7 +41,6 @@ $S390X_CONFIG \
--enable-exif \ --enable-exif \
--with-zip \ --with-zip \
--with-zlib \ --with-zlib \
--with-zlib-dir=/usr \
--enable-soap \ --enable-soap \
--enable-xmlreader \ --enable-xmlreader \
--with-xsl \ --with-xsl \