Skip to content

Commit 2ca38d1

Browse files
authored
Remove PHP_CHECK_GCC_ARG (#13525)
The PHP_CHECK_GCC_ARG has been already removed in PHP 8.0 and this also removes the error emitting wrapper. Patches for the solr and vld extensions have been sent upstream.
1 parent 5c7a0ab commit 2ca38d1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

UPGRADING.INTERNALS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ PHP 8.4 INTERNALS UPGRADE NOTES
116116
- M4 macro PHP_STRUCT_FLOCK has been removed (use AC_CHECK_TYPES).
117117
- M4 macro PHP_SOCKADDR_CHECKS has been removed (use AC_CHECK_TYPES and
118118
AC_CHECK_MEMBERS).
119+
- M4 macro PHP_CHECK_GCC_ARG has been removed since PHP 8.0 (use
120+
AX_CHECK_COMPILE_FLAG).
119121

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

build/php.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,6 @@ if test "$PHP_RPATH" = "no"; then
295295
fi
296296
])
297297

298-
AC_DEFUN([PHP_CHECK_GCC_ARG],[
299-
AC_MSG_ERROR([[Use AX_CHECK_COMPILE_FLAG instead]])
300-
])
301-
302298
dnl
303299
dnl PHP_LIBGCC_LIBPATH(gcc)
304300
dnl

0 commit comments

Comments
 (0)