diff options
author | Nikita Popov <nikic@php.net> | 2016-03-29 19:29:19 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-03-29 19:29:19 +0200 |
commit | ed06d130f70691cb50bed9dc7b9db38970a9d408 (patch) | |
tree | 083477693e1cae495a67a7b1711f93f4378427fd /NEWS | |
parent | c7f7139985b9b6a3f95790afbe7f86f7b010aabe (diff) | |
download | php-git-ed06d130f70691cb50bed9dc7b9db38970a9d408.tar.gz |
Fixed bug #71922
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ PHP NEWS (Nikita) . Fixed bug #62059 (ArrayObject and isset are not friends). (Nikita) . Fixed bug #71871 (Interfaces allow final and abstract functions). (Nikita) + . Fixed bug #71922 (Crash on assert(new class{})). (Nikita) - Curl: . Fixed bug #71831 (CURLOPT_NOPROXY applied as long instead of string). |