mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
88a0276952
commit
74eab59635
1 changed files with 27 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue