diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index c3b49d9d888fc..343a723b3d7ab 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -221,6 +221,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES - ac_cv_write_stdout -> php_cv_have_write_stdout and all other checks wrapped with their belonging cache variables (see *.m4 source files for details). + - The libtool now has the --silent option set in phpize as in php-src. c. Windows build system changes - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19, diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index e59a1c03a5789..24751382939e3 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -153,6 +153,8 @@ AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [], [ ]) AC_PROG_LIBTOOL +PHP_SET_LIBTOOL_VARIABLE([--silent]) + all_targets='$(PHP_MODULES) $(PHP_ZEND_EX)' install_targets="install-modules install-headers" CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"