I don\'t have access to global php.ini file since I am running my application on shared hosting and now what happens is I need to put my php.ini file in every directory to u
For CGI/FastCGI use .user.ini files Docs. Works since PHP 5.3.
Some shared hosters allow as well to place php.ini files into the webroot directory or at some other place. Contact your hoster.
Yes! Not all php.ini options can be set, but many can be changed through .htaccess files, or the ini_set
function, etc. See these pages.