CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/10/22 07:04:56
Modified files:
lang/php/5.6 : Makefile
Added files:
lang/php/5.6/patches: patch-main_streams_php_stream_transport_h
Log message:
Partially revert an upstream commit (from PHP 5.6.7) that among other things
made STREAM_CRYPTO_METHOD_TLS_CLIENT only support TLSv1.0 (no v1.1/v1.2).
This is a commonly used method (by various functions in PHP source itself,
common software like piwik, roundcube, davical, owncloud and others, and
libraries like zendframework, PEAR Net-IMAP/Sieve/SMTP) so it should
support modern TLS versions. ok robert@