RE: [PHP-WIN] PHP and SQL Server 2005

2006-06-20 Thread Dale D. Attree
Thanks. This problem has been resolved. My problem was that SQL Server had been configured with Window Authentication and not Mixed Mode. -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 5:56 AM To: [EMAIL PROTECTED] Cc: Dale D. Attree; p

Re: [PHP-WIN] PHP and SQL Server 2005

2006-06-20 Thread Frank M. Kromann
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: php-windows@li

Re: [PHP-WIN] PHP and SQL Server 2005

2006-06-20 Thread trystano
What is your connection string? Tryst -Original Message- From: Dale D. Attree <[EMAIL PROTECTED]> To: php-windows@lists.php.net 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-co

RE: [PHP-WIN] IIS and LDAP

2006-06-20 Thread Bowden, Zeb
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

[PHP-WIN] IIS and LDAP

2006-06-20 Thread Dale D. Attree
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

[PHP-WIN] IIS and LDAP

2006-06-20 Thread Dale D. Attree
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 -- PHP Window

[PHP-WIN] LDAP

2006-06-20 Thread Dale D. Attree
Hi guys, I've got my PHP installed now as a module with IIS 5. I am not receiving any errors or warnings except when I call a LDAP function. I have uncommented extension=php_ldap.dll in my php.ini file. I have also copied libeay32.dll and ssleay32.dll to C:\Winnt\System32 What h