helly           Sat Feb  2 22:56:25 2008 UTC

  Modified files:              
    /php-src/ext/spl    php_spl.c 
  Log:
  - Add new classes
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.122&r2=1.123&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.122 php-src/ext/spl/php_spl.c:1.123
--- php-src/ext/spl/php_spl.c:1.122     Sun Jan 27 15:03:55 2008
+++ php-src/ext/spl/php_spl.c   Sat Feb  2 22:56:25 2008
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.122 2008/01/27 15:03:55 helly Exp $ */
+/* $Id: php_spl.c,v 1.123 2008/02/02 22:56:25 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -158,7 +158,9 @@
        SPL_ADD_CLASS(DirectoryIterator, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(DomainException, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(EmptyIterator, z_list, sub, allow, ce_flags); \
+       SPL_ADD_CLASS(FilesystemIterator, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(FilterIterator, z_list, sub, allow, ce_flags); \
+       SPL_ADD_CLASS(GlobIterator, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(InfiniteIterator, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(InvalidArgumentException, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(IteratorIterator, z_list, sub, allow, ce_flags); \

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to