]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.3' of ssh://git.php.net/php-src into PHP-5.3
authorAndrey Hristov <andrey@php.net>
Wed, 17 Oct 2012 15:23:37 +0000 (17:23 +0200)
committerAndrey Hristov <andrey@php.net>
Wed, 17 Oct 2012 15:23:37 +0000 (17:23 +0200)
1  2 
NEWS

diff --cc NEWS
index f9098179408cf7a1652a07bc2c8574eeaf07bb82,fb7f83e7d96d5e4e270fb3e8589ff6d894e27a3d..9c8c9c2bd1c276c5fd9ee004374117c8ef390ff2
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -12,19 -66,10 +66,13 @@@ be added after merge by RM
  
  - CURL:
    . Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick)
-   . 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)
+ - Intl:
+   . Fix null pointer dereferences in some classes of ext/intl. (Gustavo)
  
 +- mysql:
 +  . Fixed compilation failure on mixed 32/64 bit systems. (Andrey)
 +
  - MySQLnd:
    . Fixed bug #62885 (mysqli_poll - Segmentation fault). (Laruence)