This commit is contained in:
Felipe Pena 2010-06-16 23:40:23 +00:00
parent 42c4bafbbd
commit d4746a659e

3
NEWS
View File

@ -37,6 +37,9 @@ PHP NEWS
Reported by Stefan Esser. (Andrey)
- Fixed very rare memory leak in mysqlnd, when binding thousands of columns.
(Andrey)
- Fixed a crash when calling an inexistent method of a class that inherits
PDOStatement if instantiated directly instead of doing by the PDO methods.
(Felipe)
- Fixed memory leak on error in mcrypt_create_iv on Windows. (Pierre)
- Fixed a possible crash because of recursive GC invocation. (Dmitry)