diff options
| author | Matteo Beccati <mbeccati@php.net> | 2014-11-12 16:45:36 +0100 |
|---|---|---|
| committer | Matteo Beccati <mbeccati@php.net> | 2014-11-12 16:51:26 +0100 |
| commit | faaea4f304cd6693e5f76c5a5d64d46e24326806 (patch) | |
| tree | caab34846c37ef8b31db4ad8bcf734183c8453c8 | |
| parent | 65fee904622160781db05b0a469d67b4414cbd7f (diff) | |
| download | php-git-faaea4f304cd6693e5f76c5a5d64d46e24326806.tar.gz | |
Fixed NEWS
Some entries had been mistakenly removed in ad468d20b130c720020139b8d5f6601f6f3033ab
| -rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,6 +5,13 @@ PHP NEWS - Core: . Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence) +- PDO_pgsql: + . Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo) + . Fixed bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception + when not in transaction) (Matteo) + . Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving) + (Matteo) + - zlib: . Fixed bug #53829 (Compiling PHP with large file support will replace function gzopen by gzopen64) (Sascha Kettler, Matteo) |
