Jump to content

Another IIS and PHP 5.5 Issues with extensions


Recommended Posts

I have read everythign i can get my hands on and i am stuck. Trying to install some PHP bases e-commerce things and they need some xtensions

PHP Extensions req.

 

MySQL 

GD 

cURL 

OpenSSL 

 

None of them are being found. I have used the installer and after a bit of frustration i went back to the manual install, i renamed the recommened ini file. PHP is serving up pages and the phpinfo also shows its thing. But there is is no mention of extensions enabled.

 

So i have a c:\PHP

ini in root of php folder, i have all the extsion dll's in the ext folder the libmysql.dll in the root of the php

 

I have removed all comments from the required extensions in the ini file

ini file has extension_dir = "c:/php/ext" (also tried slashed the other way make no diff)

uncomment

cgi.force_redirect = 0 (and changed to 0)

 

Here are some of the mysql i have uncommented

 

 

extension=php_msql.dll

extension=php_mssql.dll

extension=php_mysql.dll

extension=php_mysqli.dll

 

GD uncommented

extension=php_gd2.dll

 

curl uncommented

 

extension=php_curl.dll

 

and openSSL uncommented

extension=php_openssl.dll

 

I have even placed the libmysql.dll into the system32 dir, i also have set the envir variables, and rebooted on numerious occasions, restarted IIS.

I am at a loss.

Please help.

 

Cheers

 

Brad

 

Link to comment
Share on other sites

Make sure PHP is reading the php.ini you are editing, which should be C:/php/php.ini (which I guess is where you php.ini is located from what I read above) . You can check this by running phpinfo() and looking at the line that starts with Loaded Configuration File, after that will be the full path to the php.ini PHP is reading, is the path mentioned correct?

 

By envir variables do you mean the PATH? Adding PHP to the PATH should help.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.