@@ -98,12 +98,9 @@ containing those classes. This will reduce disc IO quite a bit.
9898
9999If you're using the Symfony2 Standard Edition, then you're probably already
100100using the bootstrap file. To be sure, open your front controller (usually
101- ``app.php ``) and check to make sure that one of the following lines exists
102- and is uncommented (exactly which you need depends on if you're using Symfony's
103- :doc: `HTTP Caching layer</book/http_cache> `)::
101+ ``app.php ``) and check to make sure that the following line exists::
104102
105103 require_once __DIR__.'/../app/bootstrap.php.cache'; 
106-  require_once __DIR__.'/../app/bootstrap_cache.php.cache'; 
107104
108105Note that there are two disadvantages when using a bootstrap file:
109106
@@ -112,7 +109,7 @@ Note that there are two disadvantages when using a bootstrap file:
112109
113110* when debugging, one will need to place break points inside the bootstrap file.
114111
115- If you're using Symfony2 Standard Edition, the bootstrap files are  automatically
112+ If you're using Symfony2 Standard Edition, the bootstrap file is  automatically
116113rebuilt after updating the vendor libraries via the ``php bin/vendors install ``
117114command.
118115
@@ -127,4 +124,4 @@ is no longer a reason to use a bootstrap file.
127124.. _`byte code caches` : http://en.wikipedia.org/wiki/List_of_PHP_accelerators 
128125.. _`APC` : http://php.net/manual/en/book.apc.php 
129126.. _`autoloader.php` : https://github.com/symfony/symfony-standard/blob/master/app/autoload.php 
130- .. _`bootstrap file` : https://github.com/sensio/SensioDistributionBundle/blob/master/Resources/bin/build_bootstrap.php 
127+ .. _`bootstrap file` : https://github.com/sensio/SensioDistributionBundle/blob/master/Resources/bin/build_bootstrap.php 
0 commit comments