summaryrefslogtreecommitdiff
path: root/Zend/zend_virtual_cwd.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-12-12 21:57:34 +0300
committerDmitry Stogov <dmitry@zend.com>2014-12-12 21:57:34 +0300
commit3893c1fc3d221f3954115de638db4be0e03e886c (patch)
tree265642b95f8c43465fbf315d425465480996f91f /Zend/zend_virtual_cwd.c
parent68cfeed70fad9c5d524bd95da2e08dc9a85f79a6 (diff)
downloadphp-git-3893c1fc3d221f3954115de638db4be0e03e886c.tar.gz
Fixed compilation warnings
Diffstat (limited to 'Zend/zend_virtual_cwd.c')
-rw-r--r--Zend/zend_virtual_cwd.c2
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];