Commit:    a4191b0aad94fb7bebb8fd5c4233006849845c31
Author:    Adam Harvey <ahar...@php.net>         Tue, 15 Jan 2013 15:24:21 +0800
Parents:   6a065876b9212404daaf8fee1708834da83dac56 
9b5cb0e8059b1e8bec096067491ed8d75f878938
Branches:  PHP-5.4 PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=a4191b0aad94fb7bebb8fd5c4233006849845c31

Log:
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Update fputcsv() to escape all characters equally.

Changed paths:
  MM  NEWS
  MM  ext/standard/file.c


Diff:
diff --cc NEWS
index 58a50bb,a7c2fa4..14ee211
--- a/NEWS
+++ b/NEWS
@@@ -1,31 -1,10 +1,33 @@@
  PHP                                                                        
NEWS
  
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2013, PHP 5.3.23
 +?? ??? 2012, PHP 5.4.12
  
 -?? ??? 2013, PHP 5.3.22
 +- Core:
 +  . Fixed bug #63982 (isset() inconsistently produces a fatal error on
 +    protected property). (Stas)
 +  . Fixed bug #63943 (Bad warning text from strpos() on empty needle).
 +    (Laruence)
 +  . Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry)
++  . Fixed bug #43225 (fputcsv incorrectly handles cells ending in \ followed
++    by "). (Adam)
 +  . Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)
  
 -- Zend Engine:
 +- Litespeed:
 +  . Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)
 +
 +- ext/sqlite3:
 +  . Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren't
 +    using sqlite3_*_int64 API). (srgoogleguy, Lars)
 +
 +- PDO_sqlite:
 +  . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
 +    on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
 +  . Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long
 +    testsuite) (hswong3i, Lars)
 +
 +?? ??? 2012, PHP 5.4.11
 +
 +- Core:
    . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
    . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
      (Johannes)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to