Posted by Ziggi on 06/16/07 16:45
Hi,
I have been using PHP4 for a long time on my test personal web server on
Windows XP Pro. Yesterday I decided to migrate to PHP5. I downloaded
binary installation of PHP 5.2.3 as a zip archive. I have unpacked it to
D:\PHP directory. I have created a "path" entry targeting this directory
in system variables and rebooted the system. I have modified php.ini
appropriately using 'php.ini-recommended' as a starting point. I have
changed "extentions" to "ext" in php.ini too. I have disabled all
extensions in php.ini for initial start (testing purpose).
I have pointed ISAPI filters section of IIS configuration to
D:\Php\php5isapi.dll and resterted IIS service. The library has loaded
properly as indicated with green arrow on the IIS console.
Unfortunately, while running info.php I only get the following message
in the browser:
"The specified module could not be found."
The actual page source is as follows:
<html><head><title>Error</title></head><body>The specified module could
not be found. </body></html>
There is no other error message despite error reporting switched on:
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
Can you give me any clue how to debug the problem?
Regards,
Ziggi
Navigation:
[Reply to this message]
|