Skip to content

Commit 250547c

Browse files
authored
Remove unused symbol HAVE_BSD_ICONV (#13373)
1 parent 1139851 commit 250547c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES
6262
8.0).
6363
- Symbol DARWIN has been removed (use __APPLE__ to target Darwin systems).
6464
- Symbol MISSING_FCLOSE_DECL and M4 macro PHP_MISSING_FCLOSE_DECL removed.
65+
- Symbol HAVE_BSD_ICONV has been removed.
6566

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

ext/iconv/config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ int main(void) {
7272
;;
7373

7474
bsd [)]
75-
AC_DEFINE([HAVE_BSD_ICONV],1,[Konstantin Chuguev's iconv implementation])
7675
AC_DEFINE([PHP_ICONV_IMPL],["BSD iconv"],[Which iconv implementation to use])
7776
;;
7877

0 commit comments

Comments
 (0)