php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30521 Can't Load PHP Modules/Extension
Submitted: 2004-10-21 22:34 UTC Modified: 2004-10-21 22:37 UTC
From: justincouto at msn dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 5.0.2 OS: Windows 2003 Server
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: justincouto at msn dot com
New email:
PHP Version: OS:

 

 [2004-10-21 22:34 UTC] justincouto at msn dot com
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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-21 22:37 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 02:01:29 2024 UTC