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
This commit is contained in:
Nuno Lopes 2007-02-13 18:38:42 +00:00
parent 88a0276952
commit 74eab59635

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.ftp-ssl-connect">
<refnamediv>
<refname>ftp_ssl_connect</refname>
@ -70,6 +70,32 @@
Returns a SSL-FTP stream on success or &false; on error.
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.2.2</entry>
<entry>
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.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>