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 | 077ee3a879e042bf4a354fbd07838b13c8e421bd (patch) | |
| tree | 92272b1e1afdd8bd18f78029c00c437111eabefd /ext | |
| parent | 09ee5944abefce8a070b7b06b21d5291b8f5bc4c (diff) | |
| download | php-git-077ee3a879e042bf4a354fbd07838b13c8e421bd.tar.gz | |
- Fixed bug #53959 (reflection data for fgetcsv out-of-date).
Diffstat (limited to 'ext')
| -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 384908ebce..f3341d5e7b 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -1234,6 +1234,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) |
