From 7511e36a86ae78219aa912483f873ea020ce1efb Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 14 Jul 2004 16:33:23 +0000 Subject: [PATCH] Document #29138 but this may (hopefully) change in the future. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163318 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-ssl-connect.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/ftp/functions/ftp-ssl-connect.xml b/reference/ftp/functions/ftp-ssl-connect.xml index e78ee8d5ab..694ff6aa8d 100644 --- a/reference/ftp/functions/ftp-ssl-connect.xml +++ b/reference/ftp/functions/ftp-ssl-connect.xml @@ -1,5 +1,5 @@ - + @@ -58,7 +58,8 @@ ftp_close($conn_id); ftp_ssl_connect is only available if OpenSSL support is enabled into your version of PHP. If it's undefined and you've compiled - FTP support then this is why. + FTP support then this is why. For Windows you must compile your + own PHP binaries to support this function.