mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
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.