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
https://forums.phpfreaks.com/topic/84413-editing-phpini/
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.