From 7725a2d4f5a7d06a814062f597769ed1ae937b3d Mon Sep 17 00:00:00 2001 From: michalsn Date: Fri, 5 Dec 2025 12:01:19 +0100 Subject: [PATCH] fix: add necessary comment to the preload file --- preload.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/preload.php b/preload.php index 9d16bb31554f..178c1bbfd72e 100644 --- a/preload.php +++ b/preload.php @@ -21,7 +21,9 @@ * How to Use: * 0. Copy this file to your project root folder. * 1. Set the $paths property of the preload class below. - * 2. Set opcache.preload in php.ini. + * 2. Remove or comment out debug output (the `echo` inside load()), + * preloading script should not produce output. + * 3. Set opcache.preload in php.ini. * php.ini: * opcache.preload=/path/to/preload.php */