Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/11/2004, 11:21
rsanabria
 
Fecha de Ingreso: septiembre-2004
Mensajes: 16
Antigüedad: 19 años, 6 meses
Puntos: 0
Problemas con php_mssql.dll

Hola,

Tengo apache 2, php y sqlserver 2000 he trabajado con odbc muy bien, pero quisiera trabajar con la libreria php_mssql.dll pero no logro configurarlo adecuadamente, no se si puedan ayudarme.

EL httpd.conf esta configurado asi:

...
DirectoryIndex index.html index.html.var default.htm default.html index.php index.php3 index.phtml
ScriptAlias /php/ "C:/Apache2/php/"
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
AddType application/x-httpd-php .php .php4 .phtml
AddType application/x-httpd-php-source .phps
AddHandler cgi-script .cgi
AddHandler php3-script .php3 .phtml
AddHandler php-script .php .php4 .phtml
Action php3-script /php/php.exe
Action php-script /php/php.exe
...

El php.ini asi:
...
extension=php_mssql.dll
extension_dir = "C:\Apache2\php\extensions"
...

Pero cuando prueba con info.php me sale este error:

unable to load dynamic library C.\Apache\php\extensions\php_mssql.dll

Gracias

Ricardo