diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-04-21 01:24:56 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-04-21 01:24:56 +0200 |
commit | 672a99597cce8b3ff133a8fddd44c1a9fc0158e5 (patch) | |
tree | 11052bdbcf9bc24e9318dbd2afbc69bb8e35ad20 | |
parent | 9f3eab44dfc99ac032dbfc84418925ee3adcd175 (diff) | |
download | php-git-672a99597cce8b3ff133a8fddd44c1a9fc0158e5.tar.gz |
Add NEWS entry for ?? in constant scalar expressions
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +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) - OCI8: . Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight |