Re: [PHP] Re: two php.ini on the same server

2007-01-26 Thread Myron Turner
zerof wrote: phpdevster escreveu: Hi i am trying to run two Apache server on the same machine and that is work fine but the problem is how to create separate php.ini for each Apache server . is that possible ?? Two usual possibilities: 1) To install two Apache Services ( Windows environ

Re: [PHP] Re: two php.ini on the same server

2007-01-26 Thread phpdevster
Setting two virtual hosts, one for php4 and other for php5 that might be useful but what i really need is to run any version of php on the first httpd . the second httpd should be php5 . the two php and httpd have separate configuration . the exactly what i need is to load php extension on the

[PHP] Re: two php.ini on the same server

2007-01-26 Thread zerof
phpdevster escreveu: Hi i am trying to run two Apache server on the same machine and that is work fine but the problem is how to create separate php.ini for each Apache server . is that possible ?? Two usual possibilities: 1) To install two Apache Services ( Windows environment ) Apache

[PHP] Re: two php.ini on the same server

2007-01-26 Thread Colin Guthrie
phpdevster wrote: > Hi > > i am trying to run two Apache server on the same machine and that is work > fine > > but the problem is how to create separate php.ini for each Apache server . > is that possible ?? It would be easy to do with a chrooted setup, but I'm sure there are other ways too. A