]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Thu, 28 Sep 2006 22:33:06 +0000 (22:33 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 28 Sep 2006 22:33:06 +0000 (22:33 +0000)
ext/spl/spl_iterators.h

index 1d05e4b9844e53930c01e43f6cb132826d31b202..b9432531e27453013ba46abbfecd82baea389b32 100755 (executable)
@@ -127,7 +127,7 @@ typedef struct _spl_dual_it_object {
                        long             count;
                } limit;
                struct {
-                       int              flags; /* CIT_* */
+                       long             flags; /* CIT_* */
                        zval             *zstr;
                        zval             *zchildren;
                        zval             *zcache;
@@ -139,7 +139,7 @@ typedef struct _spl_dual_it_object {
 #if HAVE_PCRE || HAVE_BUNDLED_PCRE
                struct {
                        int              use_flags;
-                       int              flags;
+                       long             flags;
                        regex_mode       mode;
                        long             preg_flags;
                        pcre_cache_entry *pce;