nlopess         Tue Feb 13 18:38:42 2007 UTC

  Modified files:              
    /phpdoc/en/reference/ftp/functions  ftp-ssl-connect.xml 
  Log:
  add a note about the change in php 5.2.2 (do not fallback to insecure 
connection)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml
diff -u phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml:1.6 
phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml:1.7
--- phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml:1.6   Sun Jan 16 
05:09:23 2005
+++ phpdoc/en/reference/ftp/functions/ftp-ssl-connect.xml       Tue Feb 13 
18:38:42 2007
@@ -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>

Reply via email to