Skip to content

Commit 0b38670

Browse files
javiereguiluzxabbuh
authored andcommitted
Added a mention to APCu Polyfill in the performance article
1 parent 61c2851 commit 0b38670

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)