Re: [PHP-WIN] older windows binaries

2010-05-11 Thread Richard Quadling
On 10 May 2010 23:45, Pierre Joye wrote: > hi, > > I did not plan to add a specific page for the old releases. But if > someone has some spare time and like to do it, I will proudly commit > his patch :) > > Cheers, > > On Mon, May 10, 2010 at 11:44 PM, Tomasz Krawczyk wrote: >> Pierre Joye pisze

Re: [PHP-WIN] older windows binaries

2010-05-11 Thread Pierre Joye
On Tue, May 11, 2010 at 11:08 AM, Richard Quadling wrote: > Is there any code that moves a live version to the archives? > Generating/preserving the sha1 hashes would be nice. > > I know there was a RM tool. Is this anywhere near production yet? > It is in production. But that has nothing to do

[PHP-WIN] 2 questions on mssql and ldap

2010-05-11 Thread Bruno CHALOPIN
Hello everyone Does anyone know how to use SASL within LDAP on php 5.2.13 or 5.3.2 (copying libsasl.dll in the PATH doesn't work) ? Do I mandatory compile PHP ? Why php_mssql.dll and php_pdo_mssql.dll have disappeared from the lasts windows packages of php 5.3.2 on windows.php.net ? regard

Re: [PHP-WIN] 2 questions on mssql and ldap

2010-05-11 Thread Sascha Meyer
Hi Bruno, Bruno wrote: > Does anyone know how to use SASL within LDAP on php 5.2.13 or 5.3.2 > (copying libsasl.dll in the PATH doesn't work) ? Do I mandatory compile > PHP ? You need to add your PHP directory to the path or copy libeay32.dll and ssleay32.dll into a folder contained in your PA

Re: [PHP-WIN] 2 questions on mssql and ldap

2010-05-11 Thread Bruno CHALOPIN
Hi Sascha, Thanks for your answer Le 11/05/2010 15:46, Sascha Meyer a écrit : Hi Bruno, Bruno wrote: Does anyone know how to use SASL within LDAP on php 5.2.13 or 5.3.2 (copying libsasl.dll in the PATH doesn't work) ? Do I mandatory compile PHP ? You need to add your PHP directory to the pa

Re: [PHP-WIN] 2 questions on mssql and ldap

2010-05-11 Thread Sascha Meyer
Hi Bruno, Bruno wrote: > These Dlls are une the php folder, which is contained in my PATH, but > "" > always write false. What does your phpinfo() say about LDAP support? Are the rest of the LDAP functions (ldap_connect(),ldap_bind()) available? Regards, Sascha -- Freundliche Grüße / Kind r

Re: [PHP-WIN] 2 questions on mssql and ldap

2010-05-11 Thread Bruno CHALOPIN
Hi Sascha, Le 11/05/2010 17:22, Sascha Meyer a écrit : What does your phpinfo() say about LDAP support? Are the rest of the LDAP functions (ldap_connect(),ldap_bind()) available? My phpinfo() file says that the ldap extension is loaded and the rest of the LDAP functions are working properl

RE: [PHP-WIN] 2 questions on mssql and ldap

2010-05-11 Thread Venkat Raman Don
Hi, While configuring PHP (configure command) one has to use the switch --with-ldap-sasl, otherwise this function is undefined. Probably the LDAP library you are using is not configured with this switch. Try compiling with this switch yourself. Thanks, Don. -Original Message- From: Br