Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple include_path

Status
Not open for further replies.

cesarcesar

Programmer
Mar 5, 2003
30
I'm trying to set multiple include_paths in php.ini file. I cannot get my second include_path to work. I have this setting now,

Code:
;include_path = ".:/php/includes:/var/www/vhosts/includes"

My LAMP (PHP 5) server uses Plesk to manage domains. It has 3 .ini files, *php.ini, php.ini.saved_by_psa, php.ini.rpmsave*. I have tried to update them all with no results. BTW.. What is each of them for? Which is the one that gets the highest priority?
 
The php.ini file gets the highest priority.

The other files are

php.ini.saved_by_psa - a user specified backup of php.ini
php.ini.rpmsave - .RPM installation backup

M. Brooks
 
great, great thank you. now what about the include_path?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top