1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 23:23:03 +02:00

- kill warning

This commit is contained in:
Pierre Joye
2010-09-06 10:28:04 +00:00
parent 84d1c12b92
commit 75df1719be

View File

@@ -177,7 +177,7 @@ static php_process_env_t _php_array_to_envp(zval *environment, int is_persistent
}
}
assert(p - env.envp <= sizeenv);
assert((uint)(p - env.envp) <= sizeenv);
zend_hash_internal_pointer_reset_ex(target_hash, &pos);