|
Posted by Mike Willbanks on 11/25/05 03:43
Tony,
> I'm trying to setup PHP5 on a test server at work. I removed PHP 4 and setup
> PHP5 as a clean install. I did the manual install per the instructions.
>
> The machine run Windows Server 2003 with IIS 6.0. I have 2 annoying issues:
>
> No matter what I do, when I look at phpinfo() it reports that it is reading
> the php.ini file from c:\windows. Even though I have made all the ini file
> adjustments, put in the registry change, etc. it still won't read the
> php.ini from c:\php.
Remove the php.ini file from C:\windows
It finds that file by checking certain directories first per your web
server.
> Even more problematic, though, is I cannot get MySQL integration to work. I
> went through dozens of posts on the main PHP website and did all of the
> troubleshooting elements. C:\php and C:\php\ext are both in my path. Other
> extensions from C:\php\ext load up fine, but when I "activate" (i.e.
> uncomment the extension line) for MySQL, PHP no longer loads up pages (even
> one that does no database interaction).
>
> When I look at the production screen I get an error message that basically
> says (sorry, left the exact wording on a sheet at work), "Unable to process
> file c:\php\ext\php_mysql.dll"
What version of mysql are you using? If you are using 4.1 use the
php_mysqli.dll.
Mike
Navigation:
[Reply to this message]
|