Jump to content

configure PHP extension


Recommended Posts

Friend ....i just install the php 5.0 from the installer in my c: drive.

But the installation file just have a few files only. It is not have the

folder extension. Why this happen.so how to configure the extension

in php.ini file.

 

php.ini

; Directory in which the loadable extensions (modules) reside.

extension_dir = "./"

Link to comment
Share on other sites

Friend ....i just install the php 5.0 from the installer in my c: drive.

But the installation file just have a few files only. It is not have the

folder extension. Why this happen.so how to configure the extension

in php.ini file.

 

php.ini

; Directory in which the loadable extensions (modules) reside.

extension_dir = "./"

Link to comment
Share on other sites

Do you just have those two lines in your php.ini or is that just an excerpt from the php.ini? If its an excerpt than just change ./ to the full path of your php extension folder, eg if you installed PHP in C:/PHP then set extension_dir to:

extension_dir = "C:/php/ext"

 

Save the php.ini and PHP will now look for extensions located in C:/php/ext when you uncomment them in the php.ini.

Link to comment
Share on other sites

  • 2 weeks later...
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.