From 74eab596351ce630b548fe1a9a8fa3ae993a9682 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 13 Feb 2007 18:38:42 +0000 Subject: [PATCH] add a note about the change in php 5.2.2 (do not fallback to insecure connection) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229747 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-ssl-connect.xml | 28 ++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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;