]> granicus.if.org Git - php/commitdiff
- Extend struct to allow inherited c classes hookk their own info there
authorMarcus Boerger <helly@php.net>
Mon, 27 Feb 2006 18:15:29 +0000 (18:15 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 27 Feb 2006 18:15:29 +0000 (18:15 +0000)
ext/spl/spl_directory.h

index 05fb10b875b66240a3d92e2cd551456103c2300f..c0c68eddd2d353e26d44f5ce5ff85e372945e82e 100755 (executable)
@@ -40,6 +40,7 @@ typedef enum {
 
 typedef struct _spl_filesystem_object {
        zend_object        std;
+       void               *oth;
        char               *path;
        int                path_len;
        char               *file_name;