From: Marcus Boerger Date: Mon, 27 Feb 2006 18:15:29 +0000 (+0000) Subject: - Extend struct to allow inherited c classes hookk their own info there X-Git-Tag: RELEASE_1_2~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a42b4086be61c1282bd7e58020887a92cb61936;p=php - Extend struct to allow inherited c classes hookk their own info there --- diff --git a/ext/spl/spl_directory.h b/ext/spl/spl_directory.h index 05fb10b875..c0c68eddd2 100755 --- a/ext/spl/spl_directory.h +++ b/ext/spl/spl_directory.h @@ -40,6 +40,7 @@ typedef enum { typedef struct _spl_filesystem_object { zend_object std; + void *oth; char *path; int path_len; char *file_name;