php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19005 PHP without some LDAP functions
Submitted: 2002-08-20 19:08 UTC Modified: 2002-08-22 09:32 UTC
From: herbert at pontoip dot com dot br Assigned:
Status: Closed Package: LDAP related
PHP Version: 4.2.2 OS: Slackware 8.1 w/ Kernel 2.4.19
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 + 19 = ?
Subscribe to this entry?

 
 [2002-08-20 19:08 UTC] herbert at pontoip dot com dot br
Hi,

I compiled PHP 4.2.2 with OpenLDAP 2.1.3 and the functions
ldap_8859_to_t61 and ldap_t61_to_8859 are missing.

I don't know if this is really a bug, but I'm unable to find it.

Any idea?
I just want to store accents in LDAP in correctly form...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-20 21:42 UTC] sniper@php.net
This is not really any bug..those functions were only available in some 1.x.x openldap library versions. 
And they were experimental anyway.

There's some way to do what you want, but I can't remember it right now..it's been a while since I did anything with ldap. :(

Please ask on php-general@lists.php.net mailing list. I'm sure there are people who know how to do this.

--Jani

 [2002-08-21 08:58 UTC] herbert at pontoip dot com dot br
I see... I thought this too... I look that OpenLDAP 2.1 use some UTF8 functions instead T61. I'm temporarily using HMTL enconding but this is not compatible with email clients and I don't know how to use UTF8 with PHP.

If you remember, please, talk to me...
 [2002-08-22 09:32 UTC] herbert at pontoip dot com dot br
Thanks...
I had discovered this too, but I forgot to close this followup.

I use UTF-8 in LDAP and most softwares recognizes-it. To show on web I decode it.

Regards,

Herbert
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC