Commit: 505836e9999958c9779b1de180197047d9b334d1 Author: Andrey Hristov <and...@php.net> Wed, 17 Oct 2012 17:56:17 +0200 Parents: 7314ed535f93841ff2d2bca5e65afcb0f2b003bb Branches: PHP-5.3
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=505836e9999958c9779b1de180197047d9b334d1 Log: fix NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 9c8c9c2..efb0c2a 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2012, PHP 5.3.19 +- mysql: + . Fixed compilation failure on mixed 32/64 bit systems. (Andrey) + - PDO: . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec). (Martin Osvald, Remi) @@ -66,12 +69,13 @@ be added after merge by RM) - CURL: . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick) - -- Intl: - . Fix null pointer dereferences in some classes of ext/intl. (Gustavo) - -- mysql: - . Fixed compilation failure on mixed 32/64 bit systems. (Andrey) + . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false). + (r.hampartsum...@gmail.com, Laruence) + + - DateTime: + . Fixed bug #62852 (Unserialize invalid DateTime causes crash). + (reeze....@gmail.com) + . Fixed bug #62500 (Segfault in DateInterval class when extended). (Laruence) - MySQLnd: . Fixed bug #62885 (mysqli_poll - Segmentation fault). (Laruence) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php