summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2012-10-25 16:04:56 -0400
committerAnthony Ferrara <ircmaxell@gmail.com>2012-10-25 16:04:56 -0400
commitc4ce96d073da66c04ebe1c74f38138d33a5e6fd4 (patch)
treec67881c33894b299f2d795fe2a968c3f2ade2a05
parentf68f31f1211f4f3fe8c692269e916358110fa73d (diff)
downloadphp-git-c4ce96d073da66c04ebe1c74f38138d33a5e6fd4.tar.gz
News entry for CURL notice addition
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8a322a9963..10694f6cbc 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP NEWS
- Core:
. Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence)
+- Curl:
+ . Fixed bug #63363 (Curl silently accepts boolean true for SSL_VERIFYHOST).
+ Patch by John Jawed GitHub PR #221 (Anthony)
+
- Fileinfo:
. Fixed bug #63248 (Load multiple magic files from a directory under Windows).
(Anatoliy)