i do not know whether it is possible to override all ini_set() in php script!. For example, we can able to change the ini_set value for memory_limit using php script. But a friend of mine said, it is not possible to set / change value for some ini_set() in php script . Can anybody list that ini_set() functions?
Sorry for my poor English!
example:
What is access = 4?
http://www.php.net/manual/en/configuration.changes.modes.php
PHP_INI_USER 1 = Entry can be set in user scripts (like with ini_set()) or in the Windows registry PHP_INI_PERDIR 6 = Entry can be set in php.ini, .htaccess or httpd.conf PHP_INI_SYSTEM 4 = Entry can be set in php.ini or httpd.conf PHP_INI_ALL 7 = Entry can be set anywhereTo answer your question, those access is 1 or 7 can set in php scripts