tony2001 Thu Sep 28 22:33:06 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/spl spl_iterators.h
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.h?r1=1.18.2.7.2.8&r2=1.18.2.7.2.9&diff_format=u
Index: php-src/ext/spl/spl_iterators.h
diff -u php-src/ext/spl/spl_iterators.h:1.18.2.7.2.8
php-src/ext/spl/spl_iterators.h:1.18.2.7.2.9
--- php-src/ext/spl/spl_iterators.h:1.18.2.7.2.8 Thu Jul 20 22:54:21 2006
+++ php-src/ext/spl/spl_iterators.h Thu Sep 28 22:33:06 2006
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_iterators.h,v 1.18.2.7.2.8 2006/07/20 22:54:21 helly Exp $ */
+/* $Id: spl_iterators.h,v 1.18.2.7.2.9 2006/09/28 22:33:06 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