summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-08-19 13:49:48 +0200
committerAnatol Belski <ab@php.net>2014-08-19 13:49:48 +0200
commit094441f1029c6d3e7a4baca664045e9be66bd9b8 (patch)
tree6adc5f5a47de7a6430c98c4dd9eb581ecb4ac74e /ext/soap/php_schema.c
parent2da1c805ecd73751eee422d2e995fe416ff563c5 (diff)
downloadphp-git-094441f1029c6d3e7a4baca664045e9be66bd9b8.tar.gz
ported ext/soap
Diffstat (limited to 'ext/soap/php_schema.c')
-rw-r--r--ext/soap/php_schema.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c
index b1fb8935b4..9145390ca3 100644
--- a/ext/soap/php_schema.c
+++ b/ext/soap/php_schema.c
@@ -2169,7 +2169,7 @@ static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashT
zend_hash_move_forward(tmp->attributes);
} else {
- ulong index;
+ php_uint_t index;
schema_attributegroup_fixup(ctx, tmp_attr, ht);
zend_hash_get_current_key(tmp->attributes, NULL, &index, 0);
@@ -2268,7 +2268,7 @@ static void schema_type_fixup(sdlCtx *ctx, sdlTypePtr type)
}
if (type->attributes) {
zend_string *str_key;
- ulong index;
+ php_uint_t index;
ZEND_HASH_FOREACH_KEY_PTR(type->attributes, index, str_key, attr) {
if (str_key) {