You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
feature #1030 Don't load class cache and bootstrap file on php 7 (derrabus)
This PR was merged into the 3.3-dev branch.
Discussion
----------
Don't load class cache and bootstrap file on php 7
As discussed in symfony/symfony#20668, the class cache features should be deprecated. Since the class cache and the bootstrap file are still useful on php 5, we load them only when running on php 5.
A future php-7-only release of Symfony Standard should remove those blocks completely.
Commits
-------
9b2e12f Don't load class cache and bootstrap file on php 7.
0 commit comments