-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
fixed APCu dep version #17524
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
fixed APCu dep version #17524
Conversation
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #17428 |
License | MIT |
@Tobion fixed |
Merging. Will also merge it upwards |
Thank you @fabpot. |
@Tobion I read in a comment that polyfill-apcu could be removed in master because apc_* is pre-5.5 only, but this forgets about HHVM, which still provides apc_* |
Hm but #17519 does not fail on hhvm on apcu? |
Ah probably because it's skipped now? |
I guess... |
I suggest opening an issue on HHVM asking them to provide the apcu_* functions too |
Done : facebook/hhvm#6784 |
So are we ok to just wait on hhvm support and add apcu-polyfill to the suggest section of the ClassLoader in the meantime? I saw that was done for the cache component. |
This PR was merged into the 3.0 branch. Discussion ---------- [ClassLoader] suggest apcu polyfill for hhvm | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #17524 (comment) | License | MIT | Doc PR | - Same approach as in https://github.com/symfony/symfony/pull/17530/files#diff-877e1eb36c14b7b8dc89a910744ebfcdR31 Commits ------- 714fcc6 suggest apcu polyfill as apcu_* function are not yet available on hhvm