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

Remove obsolete enable_pear BC compatibility check (#14636)

This was added due to configure option rename from --enable-pear to
--with-pear:
2cf1b8d345
This commit is contained in:
Peter Kokot
2024-06-23 21:39:52 +02:00
committed by GitHub
parent 8d876e435b
commit c6dc3bd9f8
2 changed files with 2 additions and 5 deletions

View File

@@ -151,6 +151,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
PGSQL_LIBS environment variables. When a directory argument is provided to
configure options (--with-pgsql=DIR or --with-pdo-pgsql=DIR), it will be
used instead of the pkg-config search.
- Removed BC enable_pear variable check due to --enable-pear configure option
once used (use with_pear variable name).
c. Windows build system changes
- The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have

View File

@@ -1195,11 +1195,6 @@ dnl ----------------------------------------------------------------------------
PHP_HELP_SEPARATOR([PEAR:])
PHP_CONFIGURE_PART(Configuring PEAR)
dnl Compatibility
if test -z "$with_pear" && test "$enable_pear" = "no"; then
with_pear=no
fi
dnl If CLI is disabled disable PEAR.
if test "$PHP_CLI" = "no"; then
with_pear=no