Commit:    ce88a811112ad3b7745149581322d3996dc6eb55
Author:    Xinchen Hui <larue...@gmail.com>         Fri, 5 Apr 2013 14:27:56 
+0800
Parents:   f4d27a1557935b43430367b25fbeda906126a5d9
Branches:  PHP-5.5 master

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

Log:
Contant has been renamed

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index 179db2f..9816267 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ PHP                                                           
             NEWS
   . Fixed bugs #47675 and #64577 (fd leak on Solaris)
 
 - CURL:
-  . Added CURL_WRAPPERS_ENABLE constant. (Laruence)
+  . Added CURL_WRAPPERS_ENABLED constant. (Laruence)
 
 - DateTime
   . Fixed bug #54567 (DateTimeZone serialize/unserialize) (Lonny
diff --git a/UPGRADING b/UPGRADING
index 5e4f638..008f8ee 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -295,7 +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.
+  - Added CURL_WRAPPERS_ENABLED 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