summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 18 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 46c9bf4909..009f082bd0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,14 +2,22 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2012, PHP 5.3.19
+- MySQL:
+ . Fixed compilation failure on mixed 32/64 bit systems. (Andrey)
+
+- PCRE:
+ . Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
+ (Dmitry, Laruence)
+
- PDO:
. Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
(Martin Osvald, Remi)
-?? ??? 2012, PHP 5.3.18
+- Streams:
+ . Fixed bug #63240 (stream_get_line() return contains delimiter string).
+ (Tjerk, Gustavo)
-(NOTE: Add your entries above for 5.3.19, entries for 5.3.18 should only
-be added after merge by RM)
+18 Oct 2012, PHP 5.3.18
- Core:
. Fixed bug #63111 (is_callable() lies for abstract static method). (Dmitry)
@@ -62,9 +70,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)
+ . 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)