File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1195,11 +1195,6 @@ dnl ----------------------------------------------------------------------------
11951195PHP_HELP_SEPARATOR([ PEAR:] )
11961196PHP_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-
12031198dnl If CLI is disabled disable PEAR.
12041199if test "$PHP_CLI" = "no"; then
12051200 with_pear=no
You can’t perform that action at this time.
0 commit comments