Re: [PHP] Re: ini_get

2004-06-07 Thread Dennis Gearon
thank you very much. Richard Davey wrote: Hi, Monday, June 7, 2004, 5:49:30 PM, you wrote: DG>> Does anyone know if ini_get returns the values BEFORE or AFTER the DG>> .htaccess modifies them? i.e., does it return the server or local DG>> version? BR> Perhaps you're misunderstanding what ini_get()

Re: [PHP] Re: ini_get

2004-06-07 Thread Richard Davey
Hi, Monday, June 7, 2004, 5:49:30 PM, you wrote: DG>> Does anyone know if ini_get returns the values BEFORE or AFTER the DG>> .htaccess modifies them? i.e., does it return the server or local DG>> version? BR> Perhaps you're misunderstanding what ini_get() does? ini_get() only BR> retrieves val

Re: [PHP] Re: ini_get

2004-06-07 Thread John Nichel
Ben Ramsey wrote: That's pretty interesting there, and I'll definitely have to try it out. However, Chapter 4 mentions nothing about being able to set runtime values in an .htaccess file... unless I missed something: http://www.php.net/manual/en/configuration.php http://www.php.net/manual/en/co

Re: [PHP] Re: ini_get

2004-06-07 Thread Ben Ramsey
Disregard my incompetence... Chapter 4 does mention it on subsequent pages. Ben Ramsey wrote: That's pretty interesting there, and I'll definitely have to try it out. However, Chapter 4 mentions nothing about being able to set runtime values in an .htaccess file... unless I missed something: ht

Re: [PHP] Re: ini_get

2004-06-07 Thread Ben Ramsey
That's pretty interesting there, and I'll definitely have to try it out. However, Chapter 4 mentions nothing about being able to set runtime values in an .htaccess file... unless I missed something: http://www.php.net/manual/en/configuration.php Richard Davey wrote: Hello Ben, Monday, June 7, 2

Re: [PHP] Re: ini_get

2004-06-07 Thread John Nichel
Ben Ramsey wrote: JN> ini_get() will return the current value for the ini_setting... JN> doesn't matter if it's from the php.ini, ini_set() or a JN> .htaccess file. All right. Clue me in here. How can an .htaccess file set/modify the values of php.ini? I wasn't aware that you could do that. Sa

Re: [PHP] Re: ini_get

2004-06-07 Thread John Nichel
Ben Ramsey wrote: MK> I'm pretty sure this is what OP meant. He did not mention php.ini MK> being modified. Huh? Who's OP? And what is it that you're pretty sure he meant? OP = original poster I'm pretty sure that the previous poster means that the OP wasn't saying that an .htaccess file would m

Re: [PHP] Re: ini_get

2004-06-07 Thread Ben Ramsey
JN> ini_get() will return the current value for the ini_setting... JN> doesn't matter if it's from the php.ini, ini_set() or a JN> .htaccess file. All right. Clue me in here. How can an .htaccess file set/modify the values of php.ini? I wasn't aware that you could do that. -- Regards, Ben Ram

Re: [PHP] Re: ini_get

2004-06-07 Thread Ben Ramsey
MK> I'm pretty sure this is what OP meant. He did not mention php.ini MK> being modified. Huh? Who's OP? And what is it that you're pretty sure he meant? -- Regards, Ben Ramsey http://benramsey.com --- http://www.phpcommunity.org/ Open Source, Ope

Re: [PHP] Re: ini_get

2004-06-07 Thread John Nichel
Ben Ramsey wrote: DG> Does anyone know if ini_get returns the values BEFORE or AFTER the DG> .htaccess modifies them? i.e., does it return the server or local DG> version? It will return the local value. Perhaps you're misunderstanding what ini_get() does? ini_get() only retrieves values from the

Re: [PHP] Re: ini_get

2004-06-07 Thread Marek Kilimajer
Ben Ramsey wrote: DG> Does anyone know if ini_get returns the values BEFORE or AFTER the DG> .htaccess modifies them? i.e., does it return the server or local DG> version? Please clarify what you mean by .htaccess modifying the values of your php.ini file. Perhaps you're misunderstanding what ini