Skip to content

Commit 42740dd

Browse files
committed
minor #14208 Adopt src/.preload.php (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- Adopt src/.preload.php Follows symfony/symfony#38142 Commits ------- 08585c5 Adopt src/.preload.php
2 parents eb6a274 + 08585c5 commit 42740dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The preload file path is the same as the compiled service container but with the
119119
.. code-block:: ini
120120
121121
; php.ini
122-
opcache.preload=/path/to/project/src/preload.php
122+
opcache.preload=/path/to/project/src/.preload.php
123123
124124
This file is generated by the ``cache:clear`` command.
125125

0 commit comments

Comments
 (0)