[PHP] multiple php.ini files

2003-03-20 Thread Cemal Dalar
Hi all,

I need to use 2 php.ini files at the same time in Windows.. Can I do
that.? Because one software is need session.auto_start = 1 and the other
needs session.auto_start = 0..

Have a nice day.
Cemal



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] multiple php.ini files

2003-03-20 Thread Jason Wong
On Thursday 20 March 2003 22:53, Cemal Dalar wrote:

 I need to use 2 php.ini files at the same time in Windows.. Can I do
 that.? Because one software is need session.auto_start = 1 and the other
 needs session.auto_start = 0..

If you're using apache you can have per domain or per directory settings in 
either the httpd.conf file or in .htaccess files. And according to the manual 
you can even set session.auto_start dynamically from within php.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
This is the first age that's paid much attention to the future, which is a
little ironic since we may not have one.
-- Arthur Clarke
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] $PHPRC and CGI php ; multiple php.ini files

2002-09-03 Thread Tomasz Orzechowski

For a summary see http://bugs.php.net/bug.php?id=19202 :)

Please be sure to follow the link to my phpinfo(); which will include
the environment variables as seen by the CGI PHP parser.  The link
is also in the 'bug' report - http://aktualnosci.tras.pl/php.sphp

Can someone please either confirm that the CGI version of PHP will look
at its environment and look at PHPRC every time, or that it will ignore
PHPRC in its environment?  Or does $PHPRC only apply to the module 
version of php and not php used via CGI?

Also, can php.ini 'include' another (global) php.ini file?  I asked this
on php-install but got no echo back, hence the repeat.

Thank you,
-- 
Tomasz Orzechowski   [EMAIL PROTECTED]
APK.net systems administration teamTO630


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] multiple php.ini files

2002-04-05 Thread zoltan . arpadffy

hi,

does anybody have some experience with running PHP with different permissions and 
modules.

The only way that I imagine is to have 2 (or more) independent PHP installations with 
separate php.ini files.
But this is stone age technique... I am sure that PHP has some kind of ini loading 
functionality (that I could not found in the documentation)

Thank you very much for in advance for any creative suggestion.
Regards, Z


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php