This is a discussion on LDAP within the PHP Language forums, part of the PHP Programming Forums category; Does anyone know if there is a way to manually configure PHP to enable the LDAP functions, without having to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Does anyone know if there is a way to manually configure PHP to enable
the LDAP functions, without having to recompile PHP? I am using Sokkit in a production environment and don't want to risk messing things up. Thanks in advance. Joe Mack jwm68@sbcglobal.net |
|
|||
|
In article <Vt%vd.42$1o1.5@newssvr19.news.prodigy.com>, jwm68
@sbcglobal.net says... > Does anyone know if there is a way to manually configure PHP to enable > the LDAP functions, without having to recompile PHP? > > I am using Sokkit in a production environment and don't want to risk > messing things up. > Is Sokkit a windows distribution? Is php_ldap.dll not already in PHP's extension directory? If not, try getting the windows binary release .zip file for the relevant PHP version from http://www.php.net/releases.php Drop the php_ldap.dll in the extension directory and enable it in your php.ini file, it might just work. |
|
|||
|
Joey Mack wrote:
> Does anyone know if there is a way to manually configure PHP to enable > the LDAP functions, without having to recompile PHP? > > I am using Sokkit in a production environment and don't want to risk > messing things up. > > Thanks in advance. > > Joe Mack > jwm68@sbcglobal.net Can't you just set up a test environment? |