]> granicus.if.org Git - php/commit
Fix FTPS passive mode of data channel event poll
authorYanTao <admin@yantao.info>
Fri, 8 Feb 2019 03:41:41 +0000 (11:41 +0800)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 8 Feb 2019 08:50:29 +0000 (09:50 +0100)
commit3b09123de3de656d195dd31e84668edffadcaaba
tree41eb59b681d3defd3ae47dff077260a4dcce1349
parente27301c7b37f6a1643a0dc1966919bd62a32bc74
Fix FTPS passive mode of data channel event poll

Bugfix: when using passive mode of FTPS protocol, data channel events
should be polled when creating data connection channel, instead of polling
the event of ftp's self control channel, which may cause ftp transfer
problem while using ftps and passive mode.
ext/ftp/ftp.c