mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Unicode support: zstr union
This commit is contained in:
parent
9158218d3a
commit
6f7619cf6f
6 changed files with 21 additions and 21 deletions
|
@ -718,7 +718,7 @@ static zend_bool should_overwrite_per_dir_entry(HashTable *target_ht, php_per_di
|
|||
{
|
||||
php_per_dir_entry *orig_per_dir_entry;
|
||||
|
||||
if (zend_u_hash_find(target_ht, hash_key->type, hash_key->u.string, hash_key->nKeyLength, (void **) &orig_per_dir_entry)==FAILURE) {
|
||||
if (zend_u_hash_find(target_ht, hash_key->type, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry)==FAILURE) {
|
||||
return 1; /* does not exist in dest, copy from source */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue