tony2001 Thu Sep 28 22:32:57 2006 UTC
Modified files:
/php-src/ext/spl spl_iterators.h
Log:
64bit fixes
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.h?r1=1.38&r2=1.39&diff_format=u
Index: php-src/ext/spl/spl_iterators.h
diff -u php-src/ext/spl/spl_iterators.h:1.38
php-src/ext/spl/spl_iterators.h:1.39
--- php-src/ext/spl/spl_iterators.h:1.38 Thu Jul 20 21:21:19 2006
+++ php-src/ext/spl/spl_iterators.h Thu Sep 28 22:32:56 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_iterators.h,v 1.38 2006/07/20 21:21:19 helly Exp $ */
+/* $Id: spl_iterators.h,v 1.39 2006/09/28 22:32:56 tony2001 Exp $ */
#ifndef SPL_ITERATORS_H
#define SPL_ITERATORS_H
@@ -127,7 +127,7 @@
long count;
} limit;
struct {
- int flags; /* CIT_* */
+ long flags; /* CIT_* */
zval *zstr;
zval *zchildren;
zval *zcache;
@@ -139,7 +139,7 @@
#if HAVE_PCRE || HAVE_BUNDLED_PCRE
struct {
int use_flags;
- int flags;
+ long flags;
regex_mode mode;
long preg_flags;
pcre_cache_entry *pce;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php