mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
ftp: Remove FTP support
Remove the built-in FTP client. If you configure --with-legacy, old symbols are retained for ABI compatibility.
This commit is contained in:
8
parser.c
8
parser.c
@@ -563,12 +563,6 @@ xmlHasFeature(xmlFeature feature)
|
||||
return(1);
|
||||
#else
|
||||
return(0);
|
||||
#endif
|
||||
case XML_WITH_FTP:
|
||||
#ifdef LIBXML_FTP_ENABLED
|
||||
return(1);
|
||||
#else
|
||||
return(0);
|
||||
#endif
|
||||
case XML_WITH_HTTP:
|
||||
#ifdef LIBXML_HTTP_ENABLED
|
||||
@@ -13531,7 +13525,7 @@ xmlCtxtSetOptionsInternal(xmlParserCtxtPtr ctxt, int options, int keepMask)
|
||||
*
|
||||
* XML_PARSE_NONET
|
||||
*
|
||||
* Disable network access with the builtin HTTP and FTP clients.
|
||||
* Disable network access with the builtin HTTP client.
|
||||
*
|
||||
* XML_PARSE_NODICT
|
||||
*
|
||||
|
Reference in New Issue
Block a user