diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-05-31 12:39:26 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-05-31 12:39:26 +0800 |
commit | 9c5717d0decd56710129a5599fe5d38f82a7bab2 (patch) | |
tree | 9e6cdf8f2bf49137ee54d09167f930d9525e30aa /NEWS | |
parent | 77cbf8a6578c8de42a236337ee1d3071a6178f5e (diff) | |
download | php-git-9c5717d0decd56710129a5599fe5d38f82a7bab2.tar.gz |
Fixed bug #74673 (Segfault when cast Reflection object to string with undefined constant)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ PHP NEWS . Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp). (Laruence) +- Reflection: + . Fixed bug #74673 (Segfault when cast Reflection object to string with + undefined constant). (Laruence) + - SPL: . Fixed bug #74478 (null coalescing operator failing with SplFixedArray). (jhdxr) |