[PHP] Re: [PHP-INST] W2K SP2, PHP 4.2.1, IIS 5

2002-05-23 Thread Joshua E Minnie

Finally got that part to work, I ended up unistalling then reinstalling the
IIS server and unistalling PHP, then using the PHP windows installer to
configure the IIS server for me.  Now I am having another problem.  I am
getting the error:

PHP Warning: Unable to load dynamic library
'D:\PHP\extensions\php_mssql.dll' - The specified module could not be found.
in Unknown on line 0

What I don't understand about this error is that the php_mssql.ddl is in
that exact directory.  Any suggestions?

- Original Message -
From: Paul Ellison [EMAIL PROTECTED]
To: Joshua E Minnie [EMAIL PROTECTED]
Sent: Wednesday, May 22, 2002 8:42 PM
Subject: Re: [PHP-INST] W2K SP2, PHP 4.2.1, IIS 5


 Are you trying to run PHP as a CGI or ISAPI module on IIS?

 Same setup here and it's cool - be happy to help if I can!

 Paul


 - Original Message -
 From: Joshua E Minnie [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, May 22, 2002 12:43 in the PM
 Subject: [PHP-INST] W2K SP2, PHP 4.2.1, IIS 5


  Hey all,
  I have a problem, that I can't seem to find the answer to.  I have
  checked the archives and the website, but to no avail.  I have installed
 PHP
  4.2.1 on my local machine with IIS running W2K Pro.  When I run php -i,
I
  get the html output expected.  But when I try to open the simple php
 script
 
  ?php
phpinfo();
  ?
 
  all I get is the script written directly to the browser as text.  I
can't
  figure out why it is not going through php.exe.  Any help would be
greatly
  appreciated.
 
  -josh
 
 
 
  --
  PHP Install Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 


 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.363 / Virus Database: 201 - Release Date: 5/21/2002





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: [PHP-INST] W2K SP2, PHP 4.2.1, IIS 5

2002-05-23 Thread Christoph Grottolo

Joshua E Minnie wrote:
 I am getting the error:

 PHP Warning: Unable to load dynamic library
 'D:\PHP\extensions\php_mssql.dll' - The specified module could not be
 found. in Unknown on line 0

 What I don't understand about this error is that the php_mssql.ddl is
 in that exact directory.  Any suggestions?

Make sure you have ntwdblib.dll from php/dlls directory in your system path
(usually it's in windows\system32). If you don't you can take it from the
dll's directory of you php installation.

You can also lookup in the manual (mssql functions)

Note that php_mssql.dll is not included in the windows installer version of
php.

Christoph



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php