Skip to content
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

Issue with Symfony 2.8.3 and the new symfony/polyfill-apcu #95

Open
fgrandjean opened this issue Mar 3, 2016 · 2 comments
Open

Issue with Symfony 2.8.3 and the new symfony/polyfill-apcu #95

fgrandjean opened this issue Mar 3, 2016 · 2 comments

Comments

@fgrandjean
Copy link

I believe the problem is more on the polyfill side, but just to keep you in the loop :
Since Symfony 2.8.3 the symfony/polyfill-apcu is required, and if the system doesnt have APCIterator or APCUIterator, Stash trigger a fatal error when calling class_exists('\APCUIterator'); since the class is known by Composer's autoloader but can't be instanciate as it extend \APCIterator that doesnt exist on all system.

symfony/polyfill#39

@dkvk
Copy link

dkvk commented Mar 3, 2016

This issue was introduced in the latest version.

A workaround for us was to just bind to 0.5.*

@tedivm
Copy link
Member

tedivm commented Mar 3, 2016

Thanks for the heads up. It looks like they've already merged a fix in so I imagine this will be resolved in their next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants