PHP Configuration
Categories
Component ID
2010602
Component name
PHP Configuration
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1457
Component created
Component changed
Component body
Summary
Add PHP level configurations. You can add any PHP configurations like
- memory_limit
- max_input_time
- max_execution_time
etc using this module. You dont need to edit settings.php or .htaccess or php.ini file every time.
Find all PHP level configurations that you can set using this module http://www.php.net/manual/en/ini.list.php
Requirements
Just Drupal Core.
Installation
Enable the module.
Note
- The administer phpconfig permission is extremely powerful and should only be given to trusted users.
- This module will never lead you to WSOD because it has a ajax validation which checks whether your settings is causing any WSOD or not before saving it into the database.
- This module is also CSRF proof
