summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2016-04-28 02:33:49 +0200
committerFerenc Kovacs <tyrael@php.net>2016-04-28 02:33:49 +0200
commit50a8b9527a2317ba861ad0b660ff981f69941cfd (patch)
treee2b8a93594c79e56a07eb8cd5ab5873b9afe5a87
parent99af159e3f2caec5577c037d32b5ec409963f69d (diff)
downloadphp-git-PHP-5.6.21.tar.gz
alphabetical order for NEWS blocksphp-5.6.21PHP-5.6.21
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index deb883a3f6..d6cd7ef329 100644
--- a/NEWS
+++ b/NEWS
@@ -7,14 +7,14 @@ PHP NEWS
(krakjoe)
. Fixed bug #71841 (EG(error_zval) is not handled well). (Laruence)
-- Curl:
- . Fixed bug #71831 (CURLOPT_NOPROXY applied as long instead of string).
- (Michael Sierks)
-
- BCmath:
. Fixed bug #72093 (bcpowmod accepts negative scale and corrupts
_one_ definition). (Stas)
+- Curl:
+ . Fixed bug #71831 (CURLOPT_NOPROXY applied as long instead of string).
+ (Michael Sierks)
+
- Date:
. Fixed bug #71889 (DateInterval::format Segmentation fault). (Thomas Punt)