Jump to content

Editing php.ini


bryantms

Recommended Posts

Right now I have to include this:

 

#path to pear
ini_set('include_path', "/home/fearandf/php");

 

On every php page - so I would like to edit php.ini so I don't need to. I found the include_path in the file and added a semicolon and then added the path above, but it doesn't work.  That path does show up in the phpinfo() alright, but won't allow my scripts to run properly unless the ini_set is included. Anyone able to help me correctly edit php.ini?

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.