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
151
151
PGSQL_LIBS environment variables. When a directory argument is provided to
152
152
configure options (--with-pgsql=DIR or --with-pdo-pgsql=DIR), it will be
153
153
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).
154
156
155
157
c. Windows build system changes
156
158
- 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 ----------------------------------------------------------------------------
1195
1195
PHP_HELP_SEPARATOR([ PEAR:] )
1196
1196
PHP_CONFIGURE_PART(Configuring PEAR)
1197
1197
1198
- dnl Compatibility
1199
- if test -z "$with_pear" && test "$enable_pear" = "no"; then
1200
- with_pear=no
1201
- fi
1202
-
1203
1198
dnl If CLI is disabled disable PEAR.
1204
1199
if test "$PHP_CLI" = "no"; then
1205
1200
with_pear=no
You can’t perform that action at this time.
0 commit comments