summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-26 19:54:10 +0200
committerAnatol Belski <ab@php.net>2016-09-26 19:54:10 +0200
commit3a058e3817fab41f9986fb353f337d32283a32b3 (patch)
treefdf7cb2bfcd7aebb572b6b0f005e89d7ded90fc2
parentf36babf6436de743e92cd75b2732db3e44d3e16b (diff)
downloadphp-git-3a058e3817fab41f9986fb353f337d32283a32b3.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c692a67bff..ba94b93f53 100644
--- a/NEWS
+++ b/NEWS
@@ -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)