'Overwrite' php.ini settings
Posted
by incrediman
on Stack Overflow
See other posts from Stack Overflow
or by incrediman
Published on 2010-05-24T18:34:20Z
Indexed on
2010/05/24
18:41 UTC
Read the original article
Hit count: 364
I have a folder, and for all php files in that folder (or even better, in that folder or any folders within it) I'd like to make some changes to the php settings. Can I just place a php.ini file in that folder with those settings I'd like to change?
If so, any reason why this wouldn't be working for me? It's my own server.
Thanks!
© Stack Overflow or respective owner