Summary

Add PHP level configurations. You can add any PHP configurations like

  1. memory_limit
  2. max_input_time
  3. 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

Project information

Releases