Re: 2 questions on mssql and ldap

"Sascha Meyer" <[email protected]>
Newsgroups gmane.comp.php.windows
Message-ID <[email protected]>
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].
 
> 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.

[1] http://de2.php.net/manual/en/migration53.removed-extensions.php
[2] http://www.microsoft.com/sqlserver/2005/en/us/php-driver.aspx
[3] http://www.php.net/manual/en/ldap.installation.php

Regards, Sascha
-- 
Freundliche Grüße / Kind regards,

Sascha Meyer
--------------------------------------------------
EE:  http://www.experts-exchange.com/M_761556.html
ZCE: http://www.zend.com/en/yellow-pages#show-ClientCandidateID=ZEND011290

GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.