Hello,
Can I override the global php.ini for a specific application? My application will be in it's own directory off of htdocs.
I'm running PHP4 and Apache on a Unix box.
Thanks,
Pita
Should be possible because you can re-set the php.ini variables in your PHP script.
Vincent,
How to you set them?
Looking through the manual again it seems only some of the php.ini vars can be added to the script, like ENABLE_TRACK_VARS...