Page 1 of 1
ini_set()
Posted: Fri Nov 21, 2003 11:08 am
by microthick
If I use ini_set() in some random application to change some of those handy-dandy php.ini settings, does this affect all php applications running on my web server?
If so, how can I limit this to one application?
Posted: Fri Nov 21, 2003 5:07 pm
by Weirdan
PHP Manual wrote:
The configuration option will keep this new value during the script's execution, and will be restored at the script's ending.
Posted: Sat Nov 22, 2003 2:17 pm
by Gen-ik
Does that mean that as soon as it hits one of these.. ?> ..then the default settings will be restored?
Posted: Sat Nov 22, 2003 5:01 pm
by m3mn0n