summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2017-06-29 20:23:37 +0200
committerJulien Pauli <jpauli@php.net>2017-06-29 20:23:37 +0200
commit2a1ad885388d1287b7a963d5b9ca9d297163ec19 (patch)
treef7fa97b1e9adc265edaafe4180077c556d27f06b /NEWS
parent3f4340a79630579e06cf95603687f792bd133332 (diff)
downloadphp-git-2a1ad885388d1287b7a963d5b9ca9d297163ec19.tar.gz
Updated NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3781b23bdc..28a7d290b2 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? 2017 PHP 7.0.22
- Core:
+ . Fixed bug #74832 (Loading PHP extension with already registered function
+ name leads to a crash). (jpauli)
. Fixed bug #74780 (parse_url() borken when query string contains colon).
(jhdxr)
. Fixed bug #74761 (Unary operator expected error on some systems). (petk)