Commit:    bb7017632800feebdb0123781561aafa743d082e
Author:    Xinchen Hui <larue...@php.net>         Wed, 3 Apr 2013 10:17:27 +0800
Parents:   6ace9c646b56707723f44c9fa6a46a907e1292f3
Branches:  PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=bb7017632800feebdb0123781561aafa743d082e

Log:
Update NEWS & UPGRADING

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index 1eb3423..95b606a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@ PHP                                                             
           NEWS
 - Core:
   . Fixed bug #64565 (copy doesn't report failure on partial copy). (Remi)
 
+- CURL:
+  . Add CURL_WRAPPERS_ENABLE constant. (Laruence)
+
 - DateTime
   . Fixed bug #54567 (DateTimeZone serialize/unserialize) (Lonny
     Kapelushnik, Derick)
diff --git a/UPGRADING b/UPGRADING
index c020611..d38176c 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -295,6 +295,7 @@ PHP 5.5 UPGRADE NOTES
 
 - cURL:
   - Added CURLOPT_SAFE_UPLOAD to be used with curl_setopt().
+  - Added CURL_WRAPPERS_ENABLE to reflect --with-curlwrappers
 
 - GD
   - Added constants for imageflip:


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to