diff --git a/reference/ftp/functions/ftp-ssl-connect.xml b/reference/ftp/functions/ftp-ssl-connect.xml index 3fd95e07aa..dc0a72a108 100644 --- a/reference/ftp/functions/ftp-ssl-connect.xml +++ b/reference/ftp/functions/ftp-ssl-connect.xml @@ -1,5 +1,5 @@ - + ftp_ssl_connect @@ -70,6 +70,32 @@ Returns a SSL-FTP stream on success or &false; on error. + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.2.2 + + The function was changed to return &false; when it can't use an SSL + connection, instead of fallbacking to a non-SSL one as previously. + + + + + + + + &reftitle.examples;