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:
@@ -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
|
||||
|
||||
@@ -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])
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user