开发者 |
Askupa Software
ykadosh |
---|---|
更新时间 | 2017年11月30日 05:45 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
.ini
settings.
This can be used to change settings like upload_max_filesize
or max_execution_time
which are often set to very low values by the hosting companies.
Clicking on "Save Settings" creates 3 files: .user.ini
, php.ini
and php5.ini
and saves your settings asynchronously without reloading the page.
The plugin also features a table containing a list of all the core PHP settings and their active values.
Settings that are successfully overridden become highlighted in the table.
Additionally, you can click on any one of the settings in the table and copy it to the editor.
This makes it extremely easy to add or remove directives in a local .ini
file.
Finally, a search box is built into the settings table to allow you to search for PHP directives to easily see their current value or copy them to the editor.
Features
.ini
files asynchronously (no page reload).ini
files created by the pluginmax_execution_time = 120
), or.ini
files. If the files do not exist, they will be created..ini
files created by the program, click on "Delete .ini Files". This will restore the master PHP settings.This can happen for multiple reasons.