-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add extension apc.so to Travis-CI testing #7355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add extension apc.so to Travis-CI testing
are you sure apc.enable_cli is On ? |
@pborreli no I'm not sure, have you any idea of how check if is it "On"? |
i think it is as you make more assertions than before, but you can test it with |
Ok I will do it. |
Sorry I don't get which is the benefit of enablig APC by default in the On Wed, Mar 13, 2013 at 12:23 AM, Abdellatif AitBoudad <
liuggio_______________ /|_ We reject kings, presidents and voting. |
@liuggio i guess it won't give any speed gain but/because it will execute all the skipped assertion when apc is not enabled |
apc.enable_cli => Off => Off
|
You need to enable APC for the CLI so that tests that requires APC won't be skipped. If not, that's useless. |
@fabpot |
yes that's why adding apc.so was enough to unskip those assertions. |
Add extension apc.so to Travis-CI testing
* 2.1: #7106 - fix for ZTS builds Added '@@' escaping strategy for YamlFileLoader and YamlDumper [Yaml] fixed bugs with folded scalar parsing [Form] made DefaultCsrfProvider using session_status() when available Added unit tests to Dumper Update .travis.yml (closes #7355) [HttpFoudantion] fixed Request::getPreferredLanguage() Revert "merged branch jfsimon/issue-6928 (PR #7378)" Routing issue with installation in a sub-directory ref: #7129 Conflicts: .travis.yml src/Symfony/Bundle/FrameworkBundle/Routing/Router.php src/Symfony/Component/Routing/RouteCollection.php
* 2.2: #7106 - fix for ZTS builds Added '@@' escaping strategy for YamlFileLoader and YamlDumper [Yaml] fixed bugs with folded scalar parsing [Form] made DefaultCsrfProvider using session_status() when available Added unit tests to Dumper Update .travis.yml (closes #7355) [HttpFoudantion] fixed Request::getPreferredLanguage() Revert "merged branch jfsimon/issue-6928 (PR #7378)" Routing issue with installation in a sub-directory ref: #7129
more info http://about.travis-ci.org/blog/2013-03-08-preinstalled-php-extensions/