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_get() does? ini_get() only retrieves values from the php.ini file. I don't think you can modify those values from an .htaccess file. Likewise, ini_set() will set/change the values of the php.ini configuration from the application level (but it will not permanently change the values in php.ini).

I'm pretty sure this is what OP meant. He did not mention php.ini being modified.


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



Reply via email to