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).

Please see http://www.php.net/ini_get and http://www.php.net/ini_set for more information.

--
Regards,
 Ben Ramsey
 http://benramsey.com

---------------------------------------------------
http://www.phpcommunity.org/
Open Source, Open Community
Visit for more information or to join the movement.
---------------------------------------------------

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



Reply via email to