You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (_ldap_str_equal_to_const(ZSTR_VAL(modkey), ZSTR_LEN(modkey), LDAP_MODIFY_BATCH_ATTRIB)) {
2647
+
has_attrib_key= true;
2644
2648
if (Z_TYPE_P(modinfo) !=IS_STRING) {
2645
2649
zend_type_error("%s(): Option \""LDAP_MODIFY_BATCH_ATTRIB"\" must be of type string, %s given", get_active_function_name(), zend_zval_value_name(modinfo));
zend_type_error("%s(): Option \""LDAP_MODIFY_BATCH_MODTYPE"\" must be of type int, %s given", get_active_function_name(), zend_zval_value_name(modinfo));
0 commit comments