diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-10-26 10:07:08 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-10-26 10:07:08 +0800 |
commit | d2047503cbc080ef96b00ac254604aaa01cf618e (patch) | |
tree | cd87186649ca60582fc48e7da30f7153d75fed52 /NEWS | |
parent | 578ba71b3b0a636554675be6a8f441615e74b80c (diff) | |
download | php-git-d2047503cbc080ef96b00ac254604aaa01cf618e.tar.gz |
Fixed bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2017 PHP 7.0.26 - Core: + . Fixed bug #75420 (Crash when modifing property name in __isset for + BP_VAR_IS). (Laruence) . Fixed bug #75368 (mmap/munmap trashing on unlucky allocations). (Nikita, Dmitry) |