diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-04-21 02:48:52 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-04-21 02:48:52 +0200 |
commit | 5053fc078d2ae8ac57f1d3ff84eb31a4b2e05108 (patch) | |
tree | e9820c649498d27a61893a5bd91c5febf1941c7f | |
parent | a287c3f7763afd10cc9b4201dc2e6ac84f2959dd (diff) | |
download | php-git-5053fc078d2ae8ac57f1d3ff84eb31a4b2e05108.tar.gz |
Fixed bug #72059 - Reference the bug id directly in NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ PHP NEWS always throw a notice). (Bob) . Fixed bug #71737 (Memory leak in closure with parameter named $this). (Nikita) - . Fixed forgotten ?? support inside constant scalar expressions. (Marcio) + . Fixed bug #72059 (?? is not allowed on constant expressions). (Bob, Marcio) - OCI8: . Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight |