Jump to content

PHP startup errors


blue-genie

Recommended Posts

i'm using pHP 5.2.1

after much effort i've managed to get it to work in IIS and it can pull data out of mysql database that was installed with xampp.

now the xampp has a php 4 in there - using that for other java/apache projects - cant remove it.

 

thing is - when i start up my machine or i restart the IIS service, i'm getting a whole bunch of PHP Startup error message, mostly to do with not being able to load dynamic libraries. I've configure the php.ini file in terms of the ext etc, set up my environment variables etc. can one of you phpfreaks help the phpnoob.

 

thanks.

blue-genie

Link to comment
https://forums.phpfreaks.com/topic/41092-php-startup-errors/
Share on other sites

sounds like there are multiple PHP Services entries trying to load simultaneously. If you have php4 and php5 installed, then one of the services needs to be removed. Go to computer management and in the services snapin, disable the php version you don't want. I can't remember the exact reg key that will remove the service from the services panel, but a google search should find it for ya. You may also be able to simply go to Add/Remove programs and remove it from there.

 

There is no need for 2 webservers to be installed, so I would recommend uninstalling IIS and just go with XAMPP as IIS is a pain in the "IIS" when it comes to permissions, no subdomains etc.

 

 

Link to comment
https://forums.phpfreaks.com/topic/41092-php-startup-errors/#findComment-198989
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.