Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f34894

Browse filesBrowse files
committed
minor #14303 Update location of preloading file (nicolas-grekas)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- Update location of preloading file Follows symfony/symfony#38343 and symfony/recipes#825 Commits ------- 8213d9c Update location of preloading file
2 parents 90dc304 + 8213d9c commit 3f34894
Copy full SHA for 3f34894

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎performance.rst

Copy file name to clipboardExpand all lines: performance.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ can configure PHP to use this preload file:
119119
.. code-block:: ini
120120
121121
; php.ini
122-
opcache.preload=/path/to/project/src/.preload.php
122+
opcache.preload=/path/to/project/config/preload.php
123123
124124
.. _performance-configure-opcache:
125125

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.