From:             emil dot v dot ivanov at gmail dot com
Operating system: Windows XP SP2
PHP version:      5.0.5
PHP Bug Type:     IIS related
Bug description:  "The specified module could not be found." (HTTP error 
500.126).

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.

-- 
Edit bug report at http://bugs.php.net/?id=35006&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35006&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35006&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35006&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=35006&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=35006&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=35006&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=35006&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=35006&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=35006&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=35006&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=35006&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=35006&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=35006&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35006&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=35006&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=35006&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=35006&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35006&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=35006&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35006&r=mysqlcfg

Reply via email to