It looks like the dlls that you are using for iisfunct and mysql do not have the same 
build numbers as the ones for PHP.  Your PHP module is from September of last year, 
whereas your dlls are from last month. My guess is that you compiled these dlls based 
on the latest beta source, but you still are using the 4.2.1 php4ts.dll that was from 
the quick and easy install...

you need to synch up these dlls - seacrh your hard drive for php*.dll, and get them 
out of your system path... and either revert to the released version of your mysql and 
iis dlls, or grab the latest source and recompile everything with the freshest stuff.

-- Bex

-----Original Message-----
From:   Conover, Ryan [mailto:[EMAIL PROTECTED]]
Sent:   Wed 5/29/2002 7:29 AM
To:     '[EMAIL PROTECTED]'
Cc:     
Subject:        RE: [PHP-WIN] IIS Sucks!
Make sure your dlls are in the extension defined directory in your php.ini.


Ryan Conover
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.pitt.edu/~rscst25/



-----Original Message-----
From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 28, 2002 9:06 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] IIS Sucks!



I decided to setup IIS instead of Apache to match my clients environment
on both my home and work machine...now I have not been able to get php
working for anything.  I have spent almost a week trying to configure
IIS to no avail.  I'm locked in security permission hell.  

My home machine:
Internet Explorer will no longer spawn new windows, I get a javascript
error saying "access is denied" and worst of all I can't use my Windows
search functionality.   I use Homesite for development, under Apache I
remapped my Localhost so I could preview the php docs in my browser.  I
reconfigured Homesite for use with IIS and now when I try to preview php
pages in my browser I get and access is denied error.  However if I
enter the localhost URI in directly PHP and my COM calls work fine. 

My work machine
At work I have a similar setup and I can't even get the test page to
come up and I configured IIS and php exactly the same as my home system.
I just keep getting the "Page Cannot Be Found" error...or a "PHP has
encountered an Access Violation at 01771364."

  

And to add more insult to injury, I have encountered errors on both
machines after installing the 4.2.1 php release after I setup the config
file to load the MSSQL.DLL and IISFUNC.DLL module I get two errors that
say when I start IIS and everytime php is called:


ERROR 1:

WARNING:
iisfunct: Unable to initialize module
Module complied with debug=0; thread safety=1, module API=20020429 PHP
compiled with debug=0, thread safety=1, module API=20010901 These
options need to match

WARNING:
mssql: Unable to initialize module
Module complied with debug=0; thread safety=1, module API=20020429 PHP
compiled with debug=0, thread safety=1, module API=20010901 These
options need to match



I switched to IIS in order to match my clients work environment, but I'm
now several days behind.  Can anyone please offer me some advice or
assistance to get my machines stable and php operational.

PS I have followed the manual to the letter.  I tried configuring under
ISAPI (preferrable) and CGI-Binary...neither work.


Please help a stressed developer in need...

Thanks,
Ron

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



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




Reply via email to