The configuration variables that can be set by ini_set are explained as follows:
The directives whose modifiable range is PHP_INI_PERDIR can be modified in php.ini, httpd.conf, and .htaccess files.
The commands that can be modified are PHP_INI_SYSTEM and can be modified in the php.ini and httpd.conf files
Instructions whose modifiable range is PHP_INI_ALL can be modified with int_set.
http://www.bkjia.com/PHPjc/621607.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/621607.htmlTechArticleAbout ini_set, the configuration variables that can be set are explained as follows: The modifiable range is PHP_INI_PERDIR, which can be found in php.ini, httpd Modify in .conf and .htaccess files. The modifiable range is PHP...