Changeset 2753571
- Timestamp:
- 07/08/2022 07:11:03 AM (4 years ago)
- File:
-
- 1 edited
-
check-php-memory-peak/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
check-php-memory-peak/trunk/readme.txt
r2748981 r2753571 5 5 Tested up to: 6.0 6 6 Stable tag: 1.0 7 Requires PHP: 7. 4.17 Requires PHP: 7.3 8 8 License: GNU GPL v2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 This plugin checks PHP memory usage and sends an email to the administrator if the maximum memory usage exceeds the threshold. 15 This email will include the memory usage, $_SERVER, and $_REQUEST values. 15 This email will include the memory usage, $_SERVER, and $_REQUEST values. 16 16 When used in conjunction with the External Notification plugin, the email can be sent as a notification to Slack. 17 17 … … 27 27 = 1.0 = 28 28 * first version. 29 30 = 1.1.0 = 31 * fix code.
Note: See TracChangeset
for help on using the changeset viewer.