diff options
author | Anatol Belski <ab@php.net> | 2016-09-26 19:55:43 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-09-26 19:55:43 +0200 |
commit | b4e90e9591532c91554da36a4798e8fb75569124 (patch) | |
tree | 90d3d94bd26fd5dfe6c3a567d5cf65bf705bec5a | |
parent | f324e5e6283b3e8deac908b54d38862e70c043cd (diff) | |
download | php-git-b4e90e9591532c91554da36a4798e8fb75569124.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ PHP NEWS . Fixed bug #73156 (segfault on undefined function). (Dmitry) . Fixed bug #73163 (PHP hangs if error handler throws while accessing undef const in default value). (Nikita) + . Fixed bug #73172 (parse error: Invalid numeric literal). (Nikita, Anatol) - COM: . Fixed bug #73126 (Cannot pass parameter 1 by reference). (Anatol) |