[PHP-DEV] Bug #11434 Updated: ldap_explode_dn() don't return the good array with specific dn From: sniper <email protected>
Date: 06/12/01

ID: 11434
Updated by: sniper
Reported By: js <email protected>
Old-Status: Open
Status: Closed
Bug Type: LDAP related
Operating system:
PHP Version: 4.0.4pl1
Assigned To:
Comments:

I tried with openldap 2.0.7 and PHP 4.0.6RC3 and it works
just fine. Please update. (4.0.5 should be ok too)

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2001-06-12 09:13:20] js <email protected>
if the dn is : ou=abcd,efg,ou=Myunit,o=Myorg.com

ldap_explode_dn($dn,0) return the following array :

ou=abcd\
efg
ou=Myunit
o=Myorg.com

instead of

ou=abcd,efg
ou=Myunit
ou=Myorg.com

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11434&edit=2

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>