From 4381225c1bb6a5d3d39ed7219ff1d645a05a7e91 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Thu, 3 Oct 2002 11:38:03 +0000 Subject: [PATCH] Added news entry about ftp_ssl_connect() --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index e64139886d3..37ac149f8db 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ PHP 4 NEWS - ATTENTION! "make install" will *by default* install the CLI SAPI binary in {PREFIX}/bin/php. If you don't disable the CGI binary, it will be installed as {PREFIX}/bin/php-cgi. +- Added ftp_ssl_connect() to ext/ftp for FTP over SSL support. (Stefan Esser) - Made a few additions and changes to Apache 2 sapi. (Ilia) . Added apache_response_headers(), apache_note(), apache_getenv() and apache_setenv() functions.