From 60511f0626ab07654f0dda23923e805e5799d117 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 14 Mar 2020 10:23:33 +0000 Subject: [PATCH] ftp_ssl_connect() is available in official Windows builds as of PHP 7.0.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349421 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-ssl-connect.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/ftp/functions/ftp-ssl-connect.xml b/reference/ftp/functions/ftp-ssl-connect.xml index 70ded1c020..06b0765514 100644 --- a/reference/ftp/functions/ftp-ssl-connect.xml +++ b/reference/ftp/functions/ftp-ssl-connect.xml @@ -25,11 +25,11 @@ Why this function may not exist - ftp_ssl_connect is only available if both + Before PHP 7.0.0, ftp_ssl_connect was only available if both the ftp module and the OpenSSL - support is built statically into php, this means that on Windows this - function will be undefined in the official PHP builds. To make this - function available on Windows you must compile your own PHP binaries. + support have been built statically into php; this means that on Windows this + function had been undefined in the official PHP builds. To have this + function available on Windows, it had been necessary to compile own PHP binaries.