|
Posted by Martin on 12/06/05 16:54
On Tue, 06 Dec 2005 13:06:53 GMT, Jeff North <jnorthau@yahoo.com.au>
wrote:
>php.ini located in c:\php folder
>Changes made to php.ini file
>
>extension_dir = "c:\PHP\ext"
>cgi.force_redirect = 0
>fastcgi.impersonate = 1
>
>extension=php_mysql.dll
>;;;;; any other extension required
>
>mysql.default_port = 3306
>
>Edited the pws-php5isapi.reg file and fixed up the folder name
>Right mouse click on pws-php5isapi.reg file and select Merge to set up
>registry.
>
>Start|Settings|Control Panel|System|Advanced|Environment Variables
>Set the command line PATH to include c:\php
>Create New System Variable PHPRC value C:\PHP
>
>IIS mappings should already be set to php|php5isapi.dll
>----
>The only changes that I just made to the ini file was:
>ensure that doc_root=<blank>
>set fastcgi.impersonate = 1
>---------------------------------------------------------------
>jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
>---------------------------------------------------------------
Jeff -
Thanks for your comments.
I just now reviewed things and made a couple of changes in the PHP.INI
file to agree with what you have. I also added the PHPRC system
variable. But, it didn't change the outcome any - I'm still getting
the same error. It just does not seem to recognize that MySQL is
there.
FWIW, I have a very similar installation working on another computer
here in my office. The only difference between the two - that I know
of - is that the functioning one is using CGI whereas this one uses
ISAPI. However, I have no idea if this could be the problem or not.
At least I'm glad to find out that I'm not the only one with this
problem. I'm also glad this is not a critical installation - I've been
stuck on this for about 10 days now.
If I stumble across something, I'll be sure and post it here.
Martin
[Back to original message]
|