From: Antony Dovgal Date: Thu, 28 Sep 2006 22:33:06 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.0RC5~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=478d42a3acfd5a16dd01755676500fef50686f24;p=php MFH --- diff --git a/ext/spl/spl_iterators.h b/ext/spl/spl_iterators.h index 1d05e4b984..b9432531e2 100755 --- a/ext/spl/spl_iterators.h +++ b/ext/spl/spl_iterators.h @@ -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;