PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2013, PHP 5.4.17
+?? ??? 2013, PHP 5.5.0 Release Candidate 3
-- FPM:
+-FPM:
. Fixed Bug #64915 (error_log ignored when daemonize=0). (Remi)
- . Fixed bug #63638 (Cannot connect to SQL Server 2008 with PDO dblib).
+- GD:
+ . Fixed Bug #64961 (segfault in imagesetinterpolation). (Remi)
+ . Fixed Bug #64962 (imagerotate produces corrupted image). (Remi)
+
+- Hash:
+ . Fixed Bug #64745 (hash_pbkdf2() truncates data when using default length
+ and hex output). (Anthony Ferrara)
+
+ - PDO_DBlib:
- . Fixed bug #64338 (pdo_dblib can't connect to Azure SQL). (Stanley
++ . Fixed bug #63638 (Cannot connect to SQL Server 2008 with PDO dblib).
+ (Stanley Sufficool)
- . Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed
++ . Fixed bug #64338 (pdo_dblib can't connect to Azure SQL). (Stanley
+ Sufficool)
++ . Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed
+ statement crashes). (Stanley Sufficool)
+
- PDO_pgsql:
. Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error). (Remi)