diff options
author | Anatol Belski <ab@php.net> | 2015-06-10 16:40:38 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-06-10 16:40:38 +0200 |
commit | 9d5ab7e22f7d8af437e95d2bc5ac6e2c46adfa4c (patch) | |
tree | f41e95b62b6119c4a177d7bb66ea7d6e41f2057d | |
parent | 9ba3a4c66ab781763547923d7d8fb15f0962fc63 (diff) | |
download | php-git-9d5ab7e22f7d8af437e95d2bc5ac6e2c46adfa4c.tar.gz |
updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ . Fixed bug #69781 (phpinfo() reports Professional Editions of Windows 7/8/8.1/10 as "Business"). (Christian Wenz) +- PDO_pgsql: + . Fixed bug #69752 (PDOStatement::execute() leaks memory with DML + Statements when closeCuror() is u). (Philip Hofstetter) + - SimpleXML: . Refactored the fix for bug #66084 (simplexml_load_string() mangles empty node name). (Christoph Michael Becker) |