]> granicus.if.org Git - php/commitdiff
- Register new class
authorMarcus Boerger <helly@php.net>
Mon, 10 Oct 2005 21:45:09 +0000 (21:45 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 10 Oct 2005 21:45:09 +0000 (21:45 +0000)
ext/spl/php_spl.c

index 3e5561b1a4456a534286702ee3736a7358405855..ea1266b51323e0344e754037466b35d33bd8bc72 100755 (executable)
@@ -181,6 +181,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); \