Jump to content

PHP Extensions


Recommended Posts

I have my php.ini file all configured to load the extensions
[code]extension_dir = "C:\php5\ext\"[/code]
I tried to install phpmyadmin and it told me I couldn't load the extensions so I looked at the phpinfo(); and it tells me that my extension directory is C:\php5. So I went and checked my php.ini file again but it still says that my extension directory is set to C:\php5\ext

So I'm at a total loss for what I need to do
Link to comment
https://forums.phpfreaks.com/topic/30707-php-extensions/
Share on other sites

Some possible causes

1. the php.ini you are looking at is not being used
2. the php.ini you are looking at is being used, but the extension path is not being changed due to some syntax or permission problem
Some possible solutions

1. Edit the php.ini that IS being used :)
2. Fix whatever error is in the php.ini
3. Or, if neither of the above were the causes, move all your extensions (or copy them) to where PHP expects them to be.
Link to comment
https://forums.phpfreaks.com/topic/30707-php-extensions/#findComment-141498
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.