ID: 9793 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: LDAP related Assigned To: Comments: I can't reproduce this. Which ldap library are you using? OpenLdap? And version? I tried with openldap 2.0.7 and it just gave an error on that first example. --Jani Previous Comments: --------------------------------------------------------------------------- [2001-03-16 11:48:02] [EMAIL PROTECTED] This cause SegFault: ldap_mod_add($param, $dn, Array("mail" => Array("1" => "[EMAIL PROTECTED]"))); This one works ok: ldap_mod_add($param, $dn, Array("mail" => Array("0" => "[EMAIL PROTECTED]"))); --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=9793&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]