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 path or copy libeay32.dll and
ssleay32.dll into a folder contained in your PATH. libsasl.dll has only been
necessary for PHP versions< 4.3.0 [3].
These Dlls are une the php folder, which is contained in my PATH, but
"<?php echo (function_exists('ldap_sasl_bind')) ? 'true' : 'false'; ?>"
always write false.
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 ?
The MSSQL extension has been removed in PHP version 5.3 [1] because there is a new
extension available from Microsoft called "SQL Server Driver for PHP" [2] and
the support for the old extension has been dropped, same applies for the PDO MSSQL
extension. The new extension is compatible to older and newer versions of SQL Server but
requires a rewrite of your code to use the new extension.
Didn't remember that, thanks.
Regards,
Bruno
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php