From ce88a811112ad3b7745149581322d3996dc6eb55 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Fri, 5 Apr 2013 14:27:56 +0800 Subject: [PATCH] Contant has been renamed --- NEWS | 2 +- UPGRADING | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 179db2fae8..9816267d6b 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 5e4f638f50..008f8eeda0 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: -- 2.50.1