diff options
| author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2011-02-08 16:29:34 +0000 |
|---|---|---|
| committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2011-02-08 16:29:34 +0000 |
| commit | 6fba6737d586e27908daba1b7a293750e6c82787 (patch) | |
| tree | 418a21e783411369c20cede118110786b911c946 /ext/standard/basic_functions.c | |
| parent | 2cfc526bcb53538614948ec4e01de952e41314b9 (diff) | |
| download | php-git-6fba6737d586e27908daba1b7a293750e6c82787.tar.gz | |
- Fixed bug #53959 (reflection data for fgetcsv out-of-date).
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 5c8be35f5d..b74224bd7c 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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) |
