diff options
author | Marcus Boerger <helly@php.net> | 2003-12-13 14:40:56 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-12-13 14:40:56 +0000 |
commit | 9a98ff3ab50dfd705e296def33347c52e237559d (patch) | |
tree | 96df4f92c14e695004acf2bcfce9b3dc9c91b273 /ext/spl/spl_directory.h | |
parent | afc15ffde9bb8ec06c8a9d32177e58e00d125641 (diff) | |
download | php-git-9a98ff3ab50dfd705e296def33347c52e237559d.tar.gz |
Add standard file info functions to DirectoryIterator
Diffstat (limited to 'ext/spl/spl_directory.h')
-rwxr-xr-x | ext/spl/spl_directory.h | 2 |
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; |