From 7f4c6878e4f87f77117f62b0823511ea0c248d1c Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Mon, 22 May 2023 20:12:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a8ebc8..20ea64f 100644 --- a/README.md +++ b/README.md @@ -584,9 +584,9 @@ Thank you very much for your contributions, kind words and support. ### Loading info about PHP in the background -This utility runs `php-config --version` in the background periodically. It also checks your `.ini` files for extensions and loads more information about your limits (memory limit, POST limit, upload limit). +This app runs `php-config --version` in the background periodically, usually whenever your Homebrew configuration is modified. A filesystem watcher is used to determine if anything changes in your Homebrew's `bin` directory. -In order to save power, this only happens once every 60 seconds. +PHP Monitor also checks your `.ini` files for extensions and loads more information about your limits (memory limit, POST limit, upload limit). See also the section on *Config change detection* below. ### Switching PHP versions