diff options
author | Nikita Popov <nikic@php.net> | 2016-12-14 17:56:31 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-12-14 17:56:31 +0100 |
commit | 2f438342ecef4efd207becddf9cea46d0d3a2f00 (patch) | |
tree | b79b39acd7fa7817b432ecc9b5b55fa0c7dd7efb /NEWS | |
parent | 1820f4b9d13e7a35f9f71fd126e1fae1e3f574db (diff) | |
download | php-git-2f438342ecef4efd207becddf9cea46d0d3a2f00.tar.gz |
Fixed bug #73727
Error introduced when refactoring zend_alloc code into zend_bitset.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ PHP NEWS references). (Nikita, Laruence) . Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created with list()). (Laruence) + . Fixed bug #73727 (ZEND_MM_BITSET_LEN is "undefined symbol" in + zend_bitset.h). (Nikita) - COM: . Fixed bug #73679 (DOTNET read access violation using invalid codepage). |