Merge branch 'PHP-5.5'

* PHP-5.5:
  strlen() returns size_t
This commit is contained in:
Dmitry Stogov 2013-03-19 10:45:57 +04:00
commit 48e82b2988

View File

@ -429,7 +429,7 @@ static zval* accelerator_get_scripts(TSRMLS_D)
for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) {
zend_persistent_script *script;
char *str;
int len;
size_t len;
if (cache_entry->indirect) continue;