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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user