Linux 软件免费装
Banner图

Easy PHP Settings

开发者 shahadul878
codereyes
更新时间 2026年6月21日 16:43
PHP版本: 7.2 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

debug performance wp-config ini php settings

下载

1.1.0 1.0.6 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.2.0 1.0.2 1.0.3 1.0.4 1.0.5

详情介绍:

Easy PHP Settings provides a user-friendly interface to view and manage crucial PHP and WordPress configurations without needing to manually edit server files. It's designed for both single-site and multisite installations, giving administrators the power to optimize their environment directly from the dashboard. Key Features: This plugin is perfect for developers and site administrators who want a quick and safe way to view and adjust their site's technical settings. Privacy & usage data: On activation and periodically while active, Easy PHP Settings sends basic site information to the developer to improve plugin services: site URL, WordPress/PHP/plugin versions, server software, admin email, and lists of installed plugins and themes. An informational admin notice explains this on first use; see the About tab for full details.

安装:

  1. Upload the easy-php-settings folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Tools > PHP Settings to configure the plugin. For multisite installations, go to Network Admin > Settings > PHP Settings.

屏幕截图:

  • Tools — Debugging toggles, log viewer, export/import settings, and reset options.
  • PHP Settings — Full table of all PHP directives with search and copy functionality.
  • Extensions — View all loaded PHP extensions by category with missing extension alerts.
  • Status — Live comparison of current vs. recommended PHP and WordPress memory values.
  • About — Plugin information, author details, and support links.

升级注意事项:

1.2.0 Major admin UI refresh with redesigned settings pages, improved save experience, Advanced Tools section, and enhanced plugin tracker dashboard offers. 1.1.5 Adds a friendly admin notice asking long-time users to leave a 5-star review on WordPress.org. Fixes plugin usage tracker to send data on activation with full site details. 1.1.4 Fixes wp-config.php update failing on some live hosts with "Unbalanced parentheses" by removing the unreliable parentheses check. 1.1.3 Improves wp-config.php validation to avoid false missing DB constants errors on hosts that format define() statements differently. 1.1.2 Fixes Debugging Constants switches so they correctly update wp-config.php and removes the old 1G cap on size values, allowing higher limits where supported. 1.1.1 Adds optional plugin usage tracker for install/activation reporting. An admin notice explains what data is sent. 1.0.0 The first version of the plugin. No upgrade notice yet.

常见问题:

Why can't I change some settings directly?

Some PHP settings are locked at the server level for security or performance reasons. Your hosting provider determines which settings can be modified at runtime. For these settings, our plugin provides a "Configuration Generator" to give you the code snippets you need to place in your server's configuration files (like .user.ini or .htaccess).

Where are the .user.ini and php.ini files saved?

When you save settings, the plugin automatically creates these files in the root directory of your WordPress installation (the same directory where wp-config.php is located).

What do the switches on the Debugging tab do?

These switches directly control the debugging constants in your wp-config.php file. Toggling them on or off will define or update the corresponding constant (WP_DEBUG, WP_DEBUG_LOG, etc.), allowing you to easily enable or disable WordPress debugging modes.

What is WP_MEMORY_LIMIT and why is it important?

WP_MEMORY_LIMIT is a WordPress-specific constant that controls the amount of memory allocated to WordPress for its operations. It's different from PHP's memory_limit as it specifically affects WordPress processes. This setting is crucial for sites with many plugins, themes, or heavy content management. The plugin allows you to easily configure this setting to prevent "Allowed memory size exhausted" errors and improve your site's performance.

更新日志:

1.2.0 Released: June 20, 2026 1.2.0 Released: June 20, 2026 1.1.5 Released: May 27, 2026 1.1.4 Released: March 14, 2026 1.1.3 Released: March 14, 2026 1.1.2 Released: March 8, 2026 1.1.1 Released: March 8, 2026 1.1.0 Released: March 5, 2026 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0