helly Mon Feb 27 18:15:29 2006 UTC Modified files: /php-src/ext/spl spl_directory.h Log: - Extend struct to allow inherited c classes hookk their own info there http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_directory.h?r1=1.19&r2=1.20&diff_format=u Index: php-src/ext/spl/spl_directory.h diff -u php-src/ext/spl/spl_directory.h:1.19 php-src/ext/spl/spl_directory.h:1.20 --- php-src/ext/spl/spl_directory.h:1.19 Sun Jan 1 13:09:54 2006 +++ php-src/ext/spl/spl_directory.h Mon Feb 27 18:15:29 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: spl_directory.h,v 1.19 2006/01/01 13:09:54 sniper Exp $ */ +/* $Id: spl_directory.h,v 1.20 2006/02/27 18:15:29 helly Exp $ */ #ifndef SPL_DIRECTORY_H #define SPL_DIRECTORY_H @@ -40,6 +40,7 @@ typedef struct _spl_filesystem_object { zend_object std; + void *oth; char *path; int path_len; char *file_name;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php