I am trying to get expose_php to off with ini_set, except it seems to not be working. I tried the value 0, and Off, but neither work.
ini_set('expose_php',0);
help?
I am trying to get expose_php to off with ini_set, except it seems to not be working. I tried the value 0, and Off, but neither work.
ini_set('expose_php',0);
help?
ini_set('display_errors','0');
Both parameters need to be strings, as I recall. Try that.
http://php.net/manual/en/ini.core.php
It can only be set in php.ini.