Re: [PHP] Location in php's source for ini-values

2008-02-03 Thread Richard Lynch
On Sat, February 2, 2008 5:09 am, ehl lhe wrote: > > hello, > > > I'd like to know where PHP finally sets the php.ini-values in it's > sourcecode, e.g. max_execution_time, open_basedir, etc... > What I need is to set several static values which must not be editable > using php.ini, .htaccess, ini

Re: [PHP] Location in php's source for ini-values

2008-02-02 Thread Daniel Brown
On Feb 2, 2008 6:09 AM, ehl lhe <[EMAIL PROTECTED]> wrote: > > hello, > > > I'd like to know where PHP finally sets the php.ini-values in it's > sourcecode, e.g. max_execution_time, open_basedir, etc... > What I need is to set several static values which must not be editable using > php.ini, .hta