Has anyone successfully setup IIS6, PHP 5.2, and MySQL 5 up for PacsOne usage?
We have them all setup and configured, but I can't get Imagick and MySQLi to be recognized on hello.php.
I have php.ini in the php folder. When I move it to C:\Windows the web server stops loading anything.
IIS Troubles
Check the extension_dir variable in the HTML output of the test page:
http://localhost/pacsone/Hello.php
1. Make sure the above variable is set to a valid directory on this server.
2. Make sure you've copied the correct ImageMagick PHP extension DLL (php5.2_imagick.dll in your case) to the above folder.
3. Make sure the mysqli PHP extension DLL is present in the above folder as well.
http://localhost/pacsone/Hello.php
1. Make sure the above variable is set to a valid directory on this server.
2. Make sure you've copied the correct ImageMagick PHP extension DLL (php5.2_imagick.dll in your case) to the above folder.
3. Make sure the mysqli PHP extension DLL is present in the above folder as well.