mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Move iconv exports to the iconv extension and make libxml depend on iconv
This commit is contained in:
parent
3944483cac
commit
5c412842d9
@ -15,6 +15,7 @@ if (PHP_LIBXML == "yes") {
|
||||
if (!PHP_LIBXML_SHARED) {
|
||||
ADD_DEF_FILE("ext\\libxml\\php_libxml2.def");
|
||||
}
|
||||
ADD_EXTENSION_DEP('libxml', 'iconv');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1569,8 +1569,3 @@ xmlTextWriterWritePI
|
||||
xmlTextWriterWriteRaw
|
||||
xmlTextWriterWriteRawLen
|
||||
xmlTextWriterWriteString
|
||||
_libiconv_version
|
||||
libiconv_close
|
||||
libiconv
|
||||
libiconv_open
|
||||
libiconv_set_relocation_prefix
|
||||
|
Loading…
Reference in New Issue
Block a user