| » Version | » Information |
|---|---|
| 2.0.7 |
Release date: 2009-10-28 08:19 UTC Release state: stable Changelog: * Corrected bug #16738 (Problem with Net_LDAP2_Filter::parse() with complex filter, when first subfilter was an combined filter too) Dependencies:
|
| 2.0.6 |
Release date: 2009-08-04 08:06 UTC Release state: stable Changelog: * switched LICENSE to LGPL v3 * added some documentation Dependencies:
|
| 2.0.5 |
Release date: 2009-07-14 15:07 UTC Release state: stable Changelog: * Fixed bug #16438 (SimplefileSchemaCache could not be configured due to wrong var name) Dependencies:
|
| 2.0.4 |
Release date: 2009-07-08 08:43 UTC Release state: stable Changelog: * Fixed Bug #16404 (Bind fails at OpenLDAP with protocol error) Dependencies:
|
| 2.0.3 |
Release date: 2009-07-03 08:16 UTC Release state: stable Changelog: * Fixed LDAP RFC-1777 violation: bind has to be performed prior setting LDAP version * Fixed wrong version reported from version() Dependencies:
|
| 2.0.2 |
Release date: 2009-06-29 16:49 UTC Release state: stable Changelog: * Fixed some bugs that rendered the new schema caching facility unusable Dependencies:
|
| 2.0.1 |
Release date: 2009-06-15 09:08 UTC Release state: stable Changelog: * Fixed Bugs #16272 and #16278 (Problem in starttls function) Dependencies:
|
| 2.0.0 |
Release date: 2009-05-28 09:54 UTC Release state: stable Changelog: * Fixed bug #16242 (arguments for createFresh in wrong order when calling Net_LDAP2_Entry::createFresh()) * Fixed bug #16253 (strict checking of isError()) Dependencies:
|
| 2.0.0RC6 |
Release date: 2009-05-08 08:58 UTC Release state: beta Changelog: * Bugfix in LDIF writer concerning needless base64 encoding of values * New schema caching facility * PHPCS fixes, some comment changes and general code cleanup Dependencies:
|
| 2.0.0RC5 |
Release date: 2009-01-09 01:43 UTC Release state: beta Changelog: * Fixed a little issue with repetive adding the same attribute value * Fixed Bug #14886 that caused problems with OpenLDAP and V3 only connects * Fixed Bug #14903 and #15494, now bind attempt is also encrypted if TLS is requested * Fixed issue with repetitve adding or deleting values causing Net_LDAP to send the same change multiple times * Fixed Bug #15364 that caused a problem with setting the ldap version if only one version is supported by server Dependencies:
|
| 2.0.0RC4 |
Release date: 2008-10-16 08:37 UTC Release state: beta Changelog: * Net_LDAP2_Filter::create*() methods are declared static now * Net_LDAP2 is able to reconnect now in case link is down during operation (thanks Del) * Complex updates fail: under some circumstances, $entry->update() will fail. This is caused by mandatory attributes set and the internal behaviour of Net_LDAP2. A workaround is documented in the code and in the user manual. * Bugfixes in Dels patches. Soemtimes there where endless loops and deleting entries did not always succeed. * Bugfix to reset unicodePwd (Active Directory): a new $force parameter was introduced to Net_LDAP2_Entry->replace() that forces "replace" mode. If not set and attribute is empty (or could not be read like in the AD case) replace() resulted in Net_LDAP2 thinking it should add the attribute. This can now be overriden. * Bugfix in unit tests: the Net_LDAP2Test suite had huge memory consumtion caused by a little error in Net_LDAP2->checkLDAPExtension(). If that method is called before any Net_LDAP class was instanciated, a PEAR error is returned instead of the documented Net_LDAP2_Error which causes the unit test to plot out very much debug information. Dependencies:
|
| 2.0.0RC3 |
Release date: 2008-06-04 07: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:
|
| 2.0.0RC2 |
Release date: 2008-03-20 04: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:
|
| 2.0.0RC1 |
Release date: 2008-03-19 02: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:
|