1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext/ftp
Nikita Popov 6fcae63f61 Fix SSL_CTX leak in ftp extension
SSL_CTX is a refcounted structure, which will be held by the SSL
handle, so we can free it here.
2019-06-25 14:28:58 +02:00
..
2019-03-25 17:46:28 +01:00
2018-07-25 00:53:25 +02:00
2019-06-25 14:28:58 +02:00