helly           Sun Jun  4 10:47:22 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/spl    php_spl.c 
  Log:
  - Add missing classes
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.52.2.28&r2=1.52.2.28.2.1&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.52.2.28 
php-src/ext/spl/php_spl.c:1.52.2.28.2.1
--- php-src/ext/spl/php_spl.c:1.52.2.28 Thu Mar 23 19:55:16 2006
+++ php-src/ext/spl/php_spl.c   Sun Jun  4 10:47:22 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.52.2.28 2006/03/23 19:55:16 helly Exp $ */
+/* $Id: php_spl.c,v 1.52.2.28.2.1 2006/06/04 10:47:22 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
        #include "config.h"
@@ -180,6 +180,8 @@
        SPL_ADD_CLASS(RecursiveFilterIterator, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(RecursiveIterator, z_list, sub, allow, ce_flags); \
        SPL_ADD_CLASS(RecursiveIteratorIterator, z_list, sub, allow, ce_flags); 
\
+       SPL_ADD_CLASS(RecursiveRegexIterator, z_list, sub, allow, ce_flags); \
+       SPL_ADD_CLASS(RegexIterator, z_list, sub, allow, ce_flags); \
        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); \

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

Reply via email to