From c73e5b5600ef9bb3c0ee7ddcdc0c368381d25742 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 23 Jun 2024 00:44:44 +0200 Subject: [PATCH 1/2] Remove obsolete enable_pear BC compatibility check This was added due to configure option rename from --enable-pear to --with-pear: 2cf1b8d3459736457b46c295eb2e8b87acb4f521 --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 82788679e5a50..2587bbf4579fb 100644 --- a/configure.ac +++ b/configure.ac @@ -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 From 5f807aac7b46f6cafe7701d071e439eda4da3f97 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 23 Jun 2024 21:38:30 +0200 Subject: [PATCH 2/2] [skip ci] Update UPGRADING.INTERNALS --- UPGRADING.INTERNALS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 03898a9eaf65b..8837c8572e97b 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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