Top Level :: Networking

Package Information: Net_LDAP 0.6.3

Show All Changelogs
» Version » Information
1.1.2 2008-06-04     stable
1.1.1 2008-03-19     stable
1.1.0 2008-02-27     stable
1.1.0a2 2008-01-21     beta
1.1.0a1 2008-01-14     beta
1.0.0 2007-10-29     stable
1.0.0RC4 2007-09-18     beta
1.0.0RC3 2007-07-24     beta
1.0.0RC2 2007-06-28     beta
1.0.0RC1 2007-06-20     beta
0.7.3 2007-06-12     beta
0.7.2 2007-05-07     beta
0.7.1 2007-02-23     beta
0.7.0 2007-02-05     beta
0.6.6 2005-03-01     beta
0.6.5 2004-03-10     beta
0.6.4 2004-02-07     beta
0.6.3Download

Release date: 2003-11-13 09:05 UTC
Release state: beta

Changelog:

It seems that 0.6.2 was out too fast. So this is mainly a bugfix release:
- Removed remaining Net_LDAP::UTF8Encode and Net_LDAP::UTF8Decode calls in Net_LDAP_Entry,
which stopped attributes() and get_entry() from working
- The UTF8 functions somehow got outside the Net_LDAP class ... FIXED.
- The usuage example of the last release was wrong. We decided to move UTF8 handling into Net_LDAP.
Handling should be done this way:

$attr = $ldap->utf8Encode($attr);
$entry->modify($attr);
$attr = $ldap->utf8Decode( $entry->attributes() );
- This means Net_LDAP_Util is useless right now, but will be extended in the future.
- Jan did a complete overhaul of the phpdoc stuff. Everything seems to be fine now with phpDocumentor.

0.6.2 2003-11-11     beta
0.5 2003-10-11     beta
0.4 2003-10-01     beta
0.3 2003-09-21     beta
0.2 2003-08-23     beta
0.1 2003-08-12     beta