Home » Database » DB_ldap » Bug #4677
bug in connect function
Details
| Submitted | 2005-06-25 07:36 UTC |
|---|---|
| From | keefer dot a at gmx dot de |
| Status | Duplicate |
| Package | DB_ldap |
| PHP Version | 4.3.11 |
| OS | Linux (gentoo) |
| Roadmaps | (Not assigned) |
Comments
[2005-06-25 07:36 UTC] keefer dot a at gmx dot de
Description:
------------
In the connect() function the first if clause must be changed. Looks like an old DB extension check.
Reproduce code:
---------------
//her an bugfix of the if clause
if (!PEAR::loadExtension('ldap'))
return $this->raiseError(DB_ERROR_EXTENSION_NOT_FOUND);
Expected result:
----------------
the ldap extension could not be checkt...