]> granicus.if.org Git - php/commitdiff
Merge branch 'curlClosePolicy' of https://github.com/DaveRandom/php-src into PHP-5.6
authorDaniel Lowrey <rdlowrey@php.net>
Wed, 26 Feb 2014 20:29:10 +0000 (13:29 -0700)
committerDaniel Lowrey <rdlowrey@php.net>
Wed, 26 Feb 2014 20:40:16 +0000 (13:40 -0700)
* 'curlClosePolicy' of https://github.com/DaveRandom/php-src:
  Remove cURL close policy related constants

1  2 
NEWS

diff --cc NEWS
index 0c28d48c4ae2d6b8b0b85ade63336bd05ba01ad5,b79f0006a9b06bdc7dfd142c1f3b88e664a8f73e..0d642e727279224feb59775f091418877fad419b
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -10,9 -10,6 +10,11 @@@ PH
    . 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)