diff options
| author | Marcus Boerger <helly@php.net> | 2005-11-29 03:33:59 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-11-29 03:33:59 +0000 |
| commit | 6dec77d25e5632465421210706da47ee1be63a58 (patch) | |
| tree | b77222f5391fa86c29be408304c0a20de58922e1 /ext/spl/php_spl.c | |
| parent | 4a400ce14f0354d7f18afef89794b2dcf2bc5208 (diff) | |
| download | php-git-6dec77d25e5632465421210706da47ee1be63a58.tar.gz | |
- MFH Add class SplFileInfo as base for DirectoryIterator and SplFileObject
# As discussed with ilia before 5.1.0
Diffstat (limited to 'ext/spl/php_spl.c')
| -rwxr-xr-x | ext/spl/php_spl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index a8a9f0e0a3..b491fa8127 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -183,6 +183,7 @@ PHP_FUNCTION(class_implements) SPL_ADD_CLASS(RuntimeException, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(SeekableIterator, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(SimpleXMLIterator, z_list, sub, allow, ce_flags); \ + SPL_ADD_CLASS(SplFileInfo, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(SplFileObject, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(SplObjectStorage, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \ |
