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

index 4b0528ebc226fe956c5fc25cd64bc111fdbd5359..0c7f598c7d9a5ce316869a139e7b55538634a8f7 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;