]> granicus.if.org Git - php/commit
Bug 70195
authorBenedict Singer <singerb@mac.com>
Wed, 10 Aug 2016 14:03:12 +0000 (15:03 +0100)
committerNikita Popov <nikic@php.net>
Sat, 13 Aug 2016 19:35:03 +0000 (21:35 +0200)
commitdfadc5a427b548cab2b7c037c05f65684e08a248
tree921574286fe5feecfb0ea919e42f6ac9f79593ae
parent82df4e263886a0da21a00c98189649287666ba5c
Bug 70195

Many FTP-S servers now require FTP clients to re-use the SSL session
from the control connection on the data connection, to prove that the
same entity controls both connections. This patch updates PHP's FTP-S
client code to allow that possibility.
NEWS
ext/ftp/ftp.c