Linux 软件免费装
Banner图

PHP Settings

开发者 Askupa Software
ykadosh
更新时间 2017年11月30日 05:45
PHP版本: 3.0 及以上
WordPress版本: 4.9
版权: GPLv2 or later
版权网址: 版权信息

标签

admin upload limit php.ini php5.ini ini rules upload max filesize upload_max_filesize post max size post_max_size php settings user.ini max_execution_time max execution time

下载

1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6

详情介绍:

This plugin provides a simple user interface with a code editor to edit your local .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 Usage
  1. Got to Tools -> PHP Settings
  2. Use the editor to manually add PHP settings (For example, max_execution_time = 120), or
  3. Click on "Settings" and then click on one of the settings in the table to automatically copy it to the editor
  4. Click on "Save Settings" to save the editor contents to local .ini files. If the files do not exist, they will be created.
  5. Click on "Settings" again and then click "Refresh Table" to see the changes take effect. You might need to wait a few minutes before the changes are updated in the system.
  6. To delete the .ini files created by the program, click on "Delete .ini Files". This will restore the master PHP settings.
Useful Links

安装:

  1. Download and activate the plugin.
  2. Navigate to Tools->PHP Settings
  3. Use the INI editor to add/remove php.ini directives
  4. Click "Save Settings" to save the contents of the INI editor to a local .ini file

屏幕截图:

  • INI Settings Editor
  • PHP Core Setting Table

常见问题:

My PHP Settings remained unchanged after saving the changes

This can happen for multiple reasons.

  1. You are trying to set a directive that cannot be locally overridden (see this table)
  2. You need to recycle your application pool
  3. Your hosting company set your PHP to ignore local .ini files

更新日志:

1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0