Skip to content

Commit 0e2a630

Browse files
committed
minor #7509 Added a mention to APCu Polyfill in the performance article (javiereguiluz)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #7509). Discussion ---------- Added a mention to APCu Polyfill in the performance article This fixes #6827. Commits ------- 0b38670 Added a mention to APCu Polyfill in the performance article
2 parents 61c2851 + 0b38670 commit 0e2a630

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

performance.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ There are a number of `byte code caches`_ available, some of which are open
2222
source. As of PHP 5.5, PHP comes with `OPcache`_ built-in. For older versions,
2323
the most widely used byte code cache is `APC`_.
2424

25-
Using a byte code cache really has no downside, and Symfony has been architected
25+
.. tip::
26+
27+
If your server still uses the legacy APC PHP extension, install the
28+
`APCu Polyfill component`_ in your application to enable compatibility with
29+
`APCu PHP functions`_ and unlock support for advanced Symfony features, such
30+
as the APCu Cache adapter.
31+
32+
Using a byte code cache really has no downside, and Symfony has been designed
2633
to perform really well in this type of environment.
2734

2835
Monitoring Source File Changes

0 commit comments

Comments
 (0)