summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2014-08-30 20:41:36 +0200
committerNikita Popov <nikic@php.net>2014-08-30 20:43:34 +0200
commitd7368c2531ad1268d43c894b8422a61b70c70e5a (patch)
tree7036fd074fb167f20688cc6970587f83c40a1dab /NEWS
parentdaefca44b5ed60b6adb1238babbf3a51e8541404 (diff)
downloadphp-git-d7368c2531ad1268d43c894b8422a61b70c70e5a.tar.gz
Fix bug #67938: Segfault when extending interface method with variadic
We only want to check extra optional args if the proto function is variadic, not when we're adding extra variadic args.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5473aba2e1..f6e116db94 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP NEWS
- Core:
. Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)
+ . Fixed bug #67938 (Segfault when extending interface method with variadic).
+ (Nikita)
- Fileinfo:
. Fixed bug #67731 (finfo::file() returns invalid mime type
@@ -15,7 +17,7 @@ PHP NEWS
- GMP:
. Fixed bug #67917 (Using GMP objects with overloaded operators can cause
- memory exhaustion). (Nikita Popov)
+ memory exhaustion). (Nikita)
- MySQLi:
. Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur)