1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 07:32:54 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2016-02-28 11:06:55 +01:00
parent 93592a9c08
commit 0ac0604b30

3
NEWS
View File

@@ -12,6 +12,9 @@ PHP NEWS
. Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap()). (Dmitry)
. Fixed bug #71470 (Leaked 1 hashtable iterators). (Nikita)
- libxml:
. Fixed bug #71536 (Access Violation crashes php-cgi.exe). (Anatol)
- ODBC:
. Fixed bug #47803, #69526 (Executing prepared statements is succesfull only
for the first two statements). (einavitamar at gmail dot com, Anatol)