summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2012-10-17 17:56:17 +0200
committerAndrey Hristov <andrey@php.net>2012-10-17 17:56:17 +0200
commit505836e9999958c9779b1de180197047d9b334d1 (patch)
treed47dc4a80f50e7be34dad6c3c4720e1e69f7327f
parent7314ed535f93841ff2d2bca5e65afcb0f2b003bb (diff)
downloadphp-git-505836e9999958c9779b1de180197047d9b334d1.tar.gz
fix NEWS
-rw-r--r--NEWS16
1 files changed, 10 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 9c8c9c2bd1..efb0c2ac94 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.hampartsumyan@gmail.com, Laruence)
+
+ - DateTime:
+ . Fixed bug #62852 (Unserialize invalid DateTime causes crash).
+ (reeze.xia@gmail.com)
+ . Fixed bug #62500 (Segfault in DateInterval class when extended). (Laruence)
- MySQLnd:
. Fixed bug #62885 (mysqli_poll - Segmentation fault). (Laruence)