]> granicus.if.org Git - php/commitdiff
- Fixed bug #53959 (reflection data for fgetcsv out-of-date).
authorGustavo André dos Santos Lopes <cataphract@php.net>
Tue, 8 Feb 2011 16:29:34 +0000 (16:29 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Tue, 8 Feb 2011 16:29:34 +0000 (16:29 +0000)
NEWS
ext/standard/basic_functions.c

diff --git a/NEWS b/NEWS
index 45a9162d551848c296d9a35486fb63ed27efd720..7f2fe9dc82407520c03c406a0da988b1284249aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,7 @@
 - Core:
   . Added ability to connect to HTTPS sites through proxy with basic
     authentication using stream_context/http/header/Proxy-Authorization (Dmitry)
+  . Fixed bug #53959 (reflection data for fgetcsv out-of-date). (Richard)
   . Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a
     trailing forward slash). (lekensteyn at gmail dot com, Pierre)
   . Fixed bug #53682 (Fix compile on the VAX). (Rasmus, jklos)
index 5c8be35f5d31b8facfce37b15ca564262fb9d1c0..b74224bd7cb0f524c9750c9221b8411d7ff237e6 100644 (file)
@@ -1233,6 +1233,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_fgetcsv, 0, 0, 1)
        ZEND_ARG_INFO(0, length)
        ZEND_ARG_INFO(0, delimiter)
        ZEND_ARG_INFO(0, enclosure)
+       ZEND_ARG_INFO(0, escape)
 ZEND_END_ARG_INFO()
 
 #if (!defined(__BEOS__) && !defined(NETWARE) && HAVE_REALPATH) || defined(ZTS)