
If are using PHP as an apache module, PHP allows us to modify php.ini using Apache Configuration. This can be done using the following directives: php_value name value Sets the value of the specified directive. Can be used only with PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a...