My shared hosting service denies the ability to view errors in PHP in php.ini.
Hence, I want to write my own php.ini file and place it in my own subdirectory. Is this possible?
I have tried this tutorial to no avail.
http://www.washington.edu/itconnect/web/publishing/php-ini.html#create
PHP just doesn’t look for the php.ini file in my directory. It still adheres to the one at /etc/php5/cgi/php.ini.
You can use
ini_setto set the value of a given configuration option.