diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2014-12-12 21:57:34 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2014-12-12 21:57:34 +0300 |
| commit | 3893c1fc3d221f3954115de638db4be0e03e886c (patch) | |
| tree | 265642b95f8c43465fbf315d425465480996f91f /Zend/zend_virtual_cwd.c | |
| parent | 68cfeed70fad9c5d524bd95da2e08dc9a85f79a6 (diff) | |
| download | php-git-3893c1fc3d221f3954115de638db4be0e03e886c.tar.gz | |
Fixed compilation warnings
Diffstat (limited to 'Zend/zend_virtual_cwd.c')
| -rw-r--r-- | Zend/zend_virtual_cwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index 509b33e369..33bfddc3f9 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -620,7 +620,7 @@ static inline zend_ulong realpath_cache_key(const char *path, int path_len) /* { CWD_API void realpath_cache_clean(TSRMLS_D) /* {{{ */ { - int i; + uint32_t i; for (i = 0; i < sizeof(CWDG(realpath_cache))/sizeof(CWDG(realpath_cache)[0]); i++) { realpath_cache_bucket *p = CWDG(realpath_cache)[i]; |
