helly Mon Oct 10 17:45:13 2005 EDT
Modified files:
/php-src/ext/spl php_spl.c
Log:
- Register new class
http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.67&r2=1.68&ty=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.67 php-src/ext/spl/php_spl.c:1.68
--- php-src/ext/spl/php_spl.c:1.67 Mon Sep 26 13:54:57 2005
+++ php-src/ext/spl/php_spl.c Mon Oct 10 17:45:09 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_spl.c,v 1.67 2005/09/26 17:54:57 helly Exp $ */
+/* $Id: php_spl.c,v 1.68 2005/10/10 21:45:09 helly Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -181,6 +181,7 @@
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); \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php