This commit is contained in:
Remi Collet 2014-11-14 19:13:53 +01:00
parent 5112fdd670
commit e4974f6cc6

4
NEWS
View File

@ -5,6 +5,10 @@ PHP NEWS
- Core:
. Fixed bug #68370 ("unset($this)" can make the program crash). (Laruence)
- FPM:
. Fixed bug #68421 (access.format='%R' doesn't log ipv6 address). (Remi)
. Fixed Bug #68423 (PHP-FPM will no longer load all pools). (Remi)
- PDO_pgsql:
. Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)
. Fixed bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception