Skip to content

Commit 2ea44d2

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Remove incorrect opcache preload instructions
2 parents d75171d + cfa1442 commit 2ea44d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

performance.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ During container compilation (e.g. when running the ``cache:clear`` command),
109109
Symfony generates a file called ``preload.php`` in the ``config/`` directory
110110
with the list of classes to preload.
111111

112-
The only requirement is that you need to set both ``container.dumper.inline_factories``
113-
and ``container.dumper.inline_class_loader`` parameters to ``true``. Then, you
114-
can configure PHP to use this preload file:
112+
You can configure PHP to use this preload file:
115113

116114
.. code-block:: ini
117115

0 commit comments

Comments
 (0)