summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)