diff --git a/reference/ftp/functions/ftp-ssl-connect.xml b/reference/ftp/functions/ftp-ssl-connect.xml index e78ee8d5ab..694ff6aa8d 100644 --- a/reference/ftp/functions/ftp-ssl-connect.xml +++ b/reference/ftp/functions/ftp-ssl-connect.xml @@ -1,5 +1,5 @@ - + @@ -58,7 +58,8 @@ ftp_close($conn_id); ftp_ssl_connect is only available if OpenSSL support is enabled into your version of PHP. If it's undefined and you've compiled - FTP support then this is why. + FTP support then this is why. For Windows you must compile your + own PHP binaries to support this function.