From 90ab01b3a8cc8cf8c5d7e8f67af6d9639f0b3e21 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 11 Feb 2024 17:03:57 +0100 Subject: [PATCH] Remove unused symbol HAVE_BSD_ICONV --- UPGRADING.INTERNALS | 1 + ext/iconv/config.m4 | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 50bc4c9fbea0..d393e66a4a0e 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -62,6 +62,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES 8.0). - Symbol DARWIN has been removed (use __APPLE__ to target Darwin systems). - Symbol MISSING_FCLOSE_DECL and M4 macro PHP_MISSING_FCLOSE_DECL removed. + - Symbol HAVE_BSD_ICONV has been removed. c. Windows build system changes - The configure options --with-oci8-11g, --with-oci8-12c, --with-oci8-19 have diff --git a/ext/iconv/config.m4 b/ext/iconv/config.m4 index 63221eddb0b5..e29642969e51 100644 --- a/ext/iconv/config.m4 +++ b/ext/iconv/config.m4 @@ -72,7 +72,6 @@ int main(void) { ;; bsd [)] - AC_DEFINE([HAVE_BSD_ICONV],1,[Konstantin Chuguev's iconv implementation]) AC_DEFINE([PHP_ICONV_IMPL],["BSD iconv"],[Which iconv implementation to use]) ;;