1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused symbol HAVE_BSD_ICONV (#13373)

This commit is contained in:
Peter Kokot
2024-02-11 19:41:45 +01:00
committed by GitHub
parent 1139851a8a
commit 250547c7ab
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -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])
;;