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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user