Top Level :: Networking

Package Information: Net_LDAP2

Show All Changelogs
» Version » Information
2.0.0RC3Download

Release date: 2008-06-04 11:24 UTC
Release state: beta

Changelog:

* New constructor factory for Entry objects: createExisting()
* Several small improvements
* New method Entry->isNew()
* Net_LDAP2->search() and Net_LDAP2->dnExists() can handle entry objects now
* Added "present" matching rule as stated by RFC 2254 (is an alias of the former "any")
* Bugfix in filter class for approx matching and not combination
* Bugfix for Schema->isBinary() bug if unknown attribute type is requested

Dependencies:
  • PHP Version: PHP 5.0 or newer
  • PEAR Package: PEAR Installer 1.5.0 or newer
2.0.0RC2Download

Release date: 2008-03-20 08:40 UTC
Release state: beta

Changelog:

* Implemented PHP5 language stuff (thanks to Torsten Roehr for his helpful patches)
* Changed Net_LDAP2->_markAsNew() to public access, since this is required by the api
and may be useful to developers too
* Changed API to create schema object, there is now a factory. Net_LDAP2->schema() calls
that factory now instead of fetching the Schema itself
* Changed API to create rootDSE object, there is now a factory. Net_LDAP2->rootDSE() calls
that factory now instead of fetching the rootDSE itself
* Net_LDAP2_Entry has a new factory constructor: createConnected() can be used to
establish a new Net_LDAP2_Entry object that represents an already existing entry inside
some directory

Dependencies:
  • PHP Version: PHP 5.0 or newer
  • PEAR Package: PEAR Installer 1.5.0 or newer
2.0.0RC1Download

Release date: 2008-03-19 06:01 UTC
Release state: beta

Changelog:

/!\ This release is PHP5 only, replacing the Net_LDAP package.
If you still need PHP4 support, use Net_LDAP instead.
* Implemented iterable search results so one can use foreach() with Net_LDAP2_Search objects
* Fixed a problem with Net_LDAP2_LDIF and files with DOS line endings

Dependencies:
  • PHP Version: PHP 5.0 or newer
  • PEAR Package: PEAR Installer 1.5.0 or newer