diff options
author | Julien Pauli <jpauli@php.net> | 2014-12-05 10:11:49 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-12-05 10:11:49 +0100 |
commit | 1e40b0aff6b3ddb998b26e418fa63ce77d4fc4ab (patch) | |
tree | 45169703a299b5902a190b3c9ecceb3935aa3acb | |
parent | 557026301f0a49fcc4f358e20e0e126a1eab6fd0 (diff) | |
download | php-git-1e40b0aff6b3ddb998b26e418fa63ce77d4fc4ab.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ PHP NEWS . Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME breaks the RecursiveIterator). (Paul Garvin) . Fixed bug #65213 (cannot cast SplFileInfo to boolean) (Tjerk) + . Fixed bug #68479 (Added escape parameter to SplFileObject::fputcsv). (Salathe) 11 Dec 2014, PHP 5.5.20 |