To add PHP configuration file php.ini to each website?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
elearnindia
Forum Newbie
Posts: 2
Joined: Mon Feb 08, 2010 4:20 am

To add PHP configuration file php.ini to each website?

Post by elearnindia »

I want to add php.ini to webites seperately so that they
taken by them seperately by each website inspite of default.
How to make it work.Any kind help will be appreciated.

Srinivas.
tamamk
Forum Commoner
Posts: 25
Joined: Sun Aug 24, 2008 3:37 am

Re: To add PHP configuration file php.ini to each website?

Post by tamamk »

You can't do that, unless you have virtual clusters on the same server, each with is own PHP installation.
Post Reply