mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.0'
This commit is contained in:
commit
91e899b489
1 changed files with 1 additions and 0 deletions
|
@ -1460,6 +1460,7 @@ static void php_ldap_do_modify(INTERNAL_FUNCTION_PARAMETERS, int oper)
|
|||
|
||||
value = zend_hash_get_current_data(Z_ARRVAL_P(entry));
|
||||
|
||||
ZVAL_DEREF(value);
|
||||
if (Z_TYPE_P(value) != IS_ARRAY) {
|
||||
num_values = 1;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue