diff options
author | Anatol Belski <ab@php.net> | 2016-09-26 19:54:10 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-09-26 19:54:10 +0200 |
commit | 3a058e3817fab41f9986fb353f337d32283a32b3 (patch) | |
tree | fdf7cb2bfcd7aebb572b6b0f005e89d7ded90fc2 | |
parent | f36babf6436de743e92cd75b2732db3e44d3e16b (diff) | |
download | php-git-3a058e3817fab41f9986fb353f337d32283a32b3.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,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) |