mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
minor #14208 Adopt src/.preload.php (nicolas-grekas)
This PR was merged into the 4.4 branch.
Discussion
----------
Adopt src/.preload.php
Follows https://github.com/symfony/symfony/pull/38142
Commits
-------
08585c5ee Adopt src/.preload.php
This commit is contained in:
@@ -119,7 +119,7 @@ The preload file path is the same as the compiled service container but with the
|
||||
.. code-block:: ini
|
||||
|
||||
; php.ini
|
||||
opcache.preload=/path/to/project/src/preload.php
|
||||
opcache.preload=/path/to/project/src/.preload.php
|
||||
|
||||
This file is generated by the ``cache:clear`` command.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user