php-windows Digest 21 Jun 2006 03:56:11 -0000 Issue 2999

Topics (messages 27042 through 27046):

IIS and LDAP
        27042 by: Dale D. Attree
        27043 by: Dale D. Attree
        27044 by: Bowden, Zeb

Re: PHP and SQL Server 2005
        27045 by: trystano.aol.com
        27046 by: Frank M. Kromann

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---

All extensions are being loaded expect for php_ldap.dll.

 

I am running PHP 5.1.4 as a module with IIS 5.

 

The path has been, permissions are correct. The only errors being displayed are those of undefined functions.

 

If anyone can please help?

 

Thanks,

Dale


--- End Message ---
--- Begin Message ---
All extensions are being loaded expect for php_ldap.dll.

 

I am running PHP 5.1.4 as a module with IIS 5.

 

The path has been, permissions are correct. The only errors being
displayed are those of undefined functions.

 

If anyone can please help?

 

Thanks,

Dale

 

PS. Mailing list removed original attachment of php.ini

 

Here are all the extensions in the php.ini file:

 

extension=php_gd2.dll

extension=php_imap.dll

extension=php_ldap.dll

extension=php_mssql.dll

extension=php_mysql.dll

extension=php_pdo.dll

extension=php_pdo_mssql.dll


--- End Message ---
--- Begin Message ---
You might want to try ntfilemon
(http://www.sysinternals.com/Utilities/Filemon.html) 

And see if you can see anything going on ... I know there are some
hardcoded paths in the php_ldap extension but that shouldn't effect you
unless you need to change the default configurations or add a CA path
for ldaps/tls


-----Original Message-----
From: Dale D. Attree [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 20, 2006 6:43 AM
To: php windows
Subject: [PHP-WIN] IIS and LDAP

All extensions are being loaded expect for php_ldap.dll.

 

I am running PHP 5.1.4 as a module with IIS 5.

 

The path has been, permissions are correct. The only errors being
displayed are those of undefined functions.

 

If anyone can please help?

 

Thanks,

Dale

 

PS. Mailing list removed original attachment of php.ini

 

Here are all the extensions in the php.ini file:

 

extension=php_gd2.dll

extension=php_imap.dll

extension=php_ldap.dll

extension=php_mssql.dll

extension=php_mysql.dll

extension=php_pdo.dll

extension=php_pdo_mssql.dll

--- End Message ---
--- Begin Message ---
What is your connection string?

Tryst

-----Original Message-----
From: Dale D. Attree <[EMAIL PROTECTED]>
To: [email protected]
Sent: Mon, 19 Jun 2006 14:32:37 +0200
Subject: [PHP-WIN] PHP and SQL Server 2005

 If anyone can help, please do.



Warning: mssql_connect() [function.mssql-connect
<http://kwikmobile/WLIM/function.mssql-connect> ]: message: Login failed
for user 'dalea'. The user is not associated with a trusted SQL Server
connection. (severity 14) in C:\webdev\www\WLIM est.php on line 7


--- End Message ---
--- Begin Message ---
The SQL Server is configured to only allow connections from trusted users.
Use mssql.secure_connection = 1 in php.ini when connection to the server.

- Frank

> What is your connection string?
> 
> Tryst
> 
> -----Original Message-----
> From: Dale D. Attree <[EMAIL PROTECTED]>
> To: [email protected]
> Sent: Mon, 19 Jun 2006 14:32:37 +0200
> Subject: [PHP-WIN] PHP and SQL Server 2005
> 
>   If anyone can help, please do.
> 
> 
> 
> Warning: mssql_connect() [function.mssql-connect
> <http://kwikmobile/WLIM/function.mssql-connect> ]: message: Login
failed
> for user 'dalea'. The user is not associated with a trusted SQL Server
> connection. (severity 14) in C:\webdev\www\WLIM est.php on line 7
> 
>    
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--- End Message ---

Reply via email to