| PEAR Announce 2007-07-24, 4:01 am |
| The new PEAR package Net_LDAP-1.0.0RC3 (beta) has been released at http://pear.php.net/.
Release notes
-------------
Fixed a bug with dnExists() that was caused mainly by bad behavior of Net_LDAP_UTIL::ldap_explode_dn().
Fixed a bug with call time pass-by-reference if calling $entry->update(); however this inflicted a API change:
The parameter $ldap is not available anymore, you need to use $entry->setLDAP() prior update now if you want to change the LDAP
object. This brought us a more logical API now, since Entry operations should be performed by the Net_LDAP object.
Package Info
------------
Net_LDAP is a clone of Perls Net::LDAP object interface to
directory servers. It does contain most of Net::LDAPs features,
but features some own too.
It features:
* A simple OO-interface to connections, searches entries and filters.
* Support for tls and ldap v3.
* Simple modification, deletion and creation of ldapentries.
* Support for schema handling.
Net_LDAP layers itself on top of PHP's existing ldap extensions.
Related Links
-------------
Package home: http://pear.php.net/package/Net_LDAP
Changelog: http://pear.php.net/package/Net_LDAP/download/1.0.0RC3
Download: http://download.pear.php.net/packag...AP-1.0.0RC3.tgz
Authors
-------
Tarjei Huse <tarjei@bergfald.no> (lead)
Jan Wagner (lead)
Benedikt Hallinger <beni@php.net> (lead)
|