Skip to content

Commit c6dc3bd

Browse files
authored
Remove obsolete enable_pear BC compatibility check (#14636)
This was added due to configure option rename from --enable-pear to --with-pear: 2cf1b8d
1 parent 8d876e4 commit c6dc3bd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

UPGRADING.INTERNALS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
151151
PGSQL_LIBS environment variables. When a directory argument is provided to
152152
configure options (--with-pgsql=DIR or --with-pdo-pgsql=DIR), it will be
153153
used instead of the pkg-config search.
154+
- Removed BC enable_pear variable check due to --enable-pear configure option
155+
once used (use with_pear variable name).
154156

155157
c. Windows build system changes
156158
- The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have

configure.ac

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,11 +1195,6 @@ dnl ----------------------------------------------------------------------------
11951195
PHP_HELP_SEPARATOR([PEAR:])
11961196
PHP_CONFIGURE_PART(Configuring PEAR)
11971197

1198-
dnl Compatibility
1199-
if test -z "$with_pear" && test "$enable_pear" = "no"; then
1200-
with_pear=no
1201-
fi
1202-
12031198
dnl If CLI is disabled disable PEAR.
12041199
if test "$PHP_CLI" = "no"; then
12051200
with_pear=no

0 commit comments

Comments
 (0)