Re: [PHP-WIN] SetEnv problem

2004-09-27 Thread Ilja Polivanovas
Yes, i do, but i'm interested in fundamental thing, as i remember i cannot set Any paramater via ini_set, so developing server/applications which uses apache + php can be a little complicated. Sure i can find any workaround i.e. setting many php_value/php_value, but isn't there any support o

RE: [PHP-WIN] SetEnv problem

2004-09-27 Thread Ed Lazor
Use the PHPIniDir directive in httpd.conf to specify different locations for the php.ini file. PHPIniDir "C:/windows" > -Original Message- > There is a documentation bug http://bugs.php.net/bug.php?id=29694 about > SetEnv setting in httpd.conf > > Rasmus says that "PHP checks the real en

RE: [PHP-WIN] SetEnv problem

2004-09-27 Thread Ed Lazor
I'm not sure. I'll see if I can find something. Meanwhile, have you checked the manual for the ini_set command? -Ed > -Original Message- > Is seems to me that ir works in apache2 only, > what about 1.3.x? > > > Use the PHPIniDir directive in httpd.conf to specify different locations >

Re: [PHP-WIN] SetEnv problem

2004-09-27 Thread Ilja Polivanovas
Is seems to me that ir works in apache2 only, what about 1.3.x? Use the PHPIniDir directive in httpd.conf to specify different locations for the php.ini file. PHPIniDir "C:/windows" -Original Message- There is a documentation bug http://bugs.php.net/bug.php?id=29694 about SetEnv setting