From:             justincouto at msn dot com
Operating system: Windows 2003 Server
PHP version:      5.0.2
PHP Bug Type:     IIS related
Bug description:  Can't Load PHP Modules/Extension

Description:
------------
I am trying to get PHP 5.02 running on IIS 6.0 on windows 2003 Server.  I
set it up and it works fine as long as I don't uncomment any of the
extensions.  For example, the minute I uncomment

;extension=php_curl.dll

like

extension=php_curl.dll

It messes something up.  It is just not the curl extension.  It happens
with GD, MySQL, etc.  

If I set any extension to active, no php page will process.  For example,
after turning on the MySQL extension and saving my ini file.  I restart
IIS as you describe in your manual.  Then I try to access the following
page http://dev.spalding-labs.com/admin/ This page just has the phpinfo in
it.  When I do this the browser status bar seems like it is going to load
the page, but it just loads and loads and loads.  Eventually it will time
out.  If I try to stop IIS during this time, it takes a long time.  

The interesting this is that if I run php.exe -i it loads fine and shows
that all of my extensions are installed.  It would just be MySQL in this
case.  This is also a brandnew install on a server that has never run php.
 I talked to a guy on IRC who was able to get all of his modules running. 
You can check his php info out at
http://dev.stormtide.ca/stormtide.ca/phpinfo.php.  We couldn't figure out
the difference between his install and mine except that he has a bet
version of 5.02  Please help me figure this out.

By the way, I have found several posts with this same issue and no
resolution.  Also, I get no output errors of anykind

Thanks


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

Reply via email to