|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-10-28 15:25 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 05:00:01 2025 UTC |
Description: ------------ I installed a clean copy of PHP 5.0.5 on IIS 5.1 (Win XP SP1) as an ISAPI. When I try to open a php page, it displays "The specified module could not be found." (Firefox). I check and the module is up and running (IIS reported php isapi loaded). All I did is just extract the php-5.0.5-win32.zip to C:\Program Files\php-5.0.5-win32, add the folder to PATH variable, add it as a module in IIS, and that's it (no php.ini created, I tried with it - the same result). NO extentions enabled. Reproduce code: --------------- <?php echo("asd"); ?> Expected result: ---------------- asd Actual result: -------------- The specified module could not be found.