summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-13 14:40:56 +0000
committerMarcus Boerger <helly@php.net>2003-12-13 14:40:56 +0000
commit9a98ff3ab50dfd705e296def33347c52e237559d (patch)
tree96df4f92c14e695004acf2bcfce9b3dc9c91b273 /ext/spl/spl_directory.h
parentafc15ffde9bb8ec06c8a9d32177e58e00d125641 (diff)
downloadphp-git-9a98ff3ab50dfd705e296def33347c52e237559d.tar.gz
Add standard file info functions to DirectoryIterator
Diffstat (limited to 'ext/spl/spl_directory.h')
-rwxr-xr-xext/spl/spl_directory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spl/spl_directory.h b/ext/spl/spl_directory.h
index 8fc14d9946..4e94ec20b0 100755
--- a/ext/spl/spl_directory.h
+++ b/ext/spl/spl_directory.h
@@ -31,6 +31,8 @@ typedef struct _spl_ce_dir_object {
php_stream *dirp;
php_stream_dirent entry;
char *path;
+ char *path_name;
+ int path_name_len;
int index;
} spl_ce_dir_object;