diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-09-29 11:17:43 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-09-29 11:17:43 +0300 |
commit | 560e4fa39327e952652b6469d9644fc5fa2c15fa (patch) | |
tree | b91589369c569d8efe84785303b58ad0fdd17c18 /ext/ldap/ldap.c | |
parent | 617bef558bbc8e2dd7682d9f407963b4a88092eb (diff) | |
download | php-git-560e4fa39327e952652b6469d9644fc5fa2c15fa.tar.gz |
Removed or simplified incorrect SEPARATE_*() macros usage.
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r-- | ext/ldap/ldap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index ca37e146e7..e0faf24b16 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -730,7 +730,6 @@ static void php_ldap_do_search(INTERNAL_FUNCTION_PARAMETERS, int scope) goto cleanup; } - SEPARATE_ZVAL(attr); convert_to_string_ex(attr); ldap_attrs[i] = Z_STRVAL_P(attr); } |