Top Level :: Networking

Package Information: Net_LDAP 0.6.2

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.3 2003-11-13     beta
0.6.2Download

Release date: 2003-11-11 21:09 UTC
Release state: beta

Changelog:

Major change: utf8encoding now checks that the attribute should be encoded. Correct usage:
$util = new Net_LDAP_Util($ldap);
$attrs = $util->utf8Encode( $attrs );
I.e utf8encoding has been moved out of the entryobject.
Thanks to Jan for the code.
New functions:
getEntry($dn) gets a single entry based on the dn.
dnExists($dn) checks if the dn exists.

Also, as usual some bugfixes has been made, amongst them some from Piero Calucci.

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