* 'curlClosePolicy' of https://github.com/DaveRandom/php-src:
Remove cURL close policy related constants
. Implemented unified default encoding
(RFC: https://wiki.php.net/rfc/default_encoding). (Yasuo Ohgaki)
+- Curl
+ . Check for openssl.cafile ini directive when loading CA certs. (Daniel Lowrey)
++ . Remove cURL close policy related constants as these have no effect and are
++ no longer used in libcurl. (Chris Wright)
+
- Fileinfo
. Upgraded to libmagic-5.17 (Anatol)