We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1141f2 commit 7725a2dCopy full SHA for 7725a2d
preload.php
@@ -21,7 +21,9 @@
21
* How to Use:
22
* 0. Copy this file to your project root folder.
23
* 1. Set the $paths property of the preload class below.
24
- * 2. Set opcache.preload in php.ini.
+ * 2. Remove or comment out debug output (the `echo` inside load()),
25
+ * preloading script should not produce output.
26
+ * 3. Set opcache.preload in php.ini.
27
* php.ini:
28
* opcache.preload=/path/to/preload.php
29
*/
0 commit comments