Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update performance.rst
  • Loading branch information
seferov authored Sep 4, 2017
commit f28e767d459b7dc574f05937b71e7b8a123cf135
2 changes: 1 addition & 1 deletion performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Use Bootstrap Files

The performance optimalizations in PHP 7 removed any overhead. As such,
using the bootstrap file is discouraged when using PHP 7+ and was
deprecated in Symfony 4.0.
deprecated in Symfony 3.3 and it will be removed in 4.0.

To ensure optimal flexibility and code reuse, Symfony applications leverage
a variety of classes and 3rd party components. But loading all of these classes
Expand Down