summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.h
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2007-10-03 10:44:32 +0000
committerDavid Soria Parra <dsp@php.net>2007-10-03 10:44:32 +0000
commitd4e8fa62c6db480f5926661302b71e7f0a8dca3c (patch)
treebcc4f44c3c4d6b08c732c1d2173325859c2b76d3 /ext/spl/spl_directory.h
parenteb0c56ada1e2d6f4155c32c23cea56502de7751e (diff)
downloadphp-git-d4e8fa62c6db480f5926661302b71e7f0a8dca3c.tar.gz
MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.
[DOC] 5th parameter available since PHP 5.3+
Diffstat (limited to 'ext/spl/spl_directory.h')
-rwxr-xr-xext/spl/spl_directory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl_directory.h b/ext/spl/spl_directory.h
index 172c400ce1..caf3a18167 100755
--- a/ext/spl/spl_directory.h
+++ b/ext/spl/spl_directory.h
@@ -84,6 +84,7 @@ struct _spl_filesystem_object {
zend_function *func_getCurr;
char delimiter;
char enclosure;
+ char escape;
} file;
} u;
};