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 has been archived by the owner on Oct 28, 2020. It is now read-only.
Problem: If you have PHP 5.3.* on your server, then you have to hardcode LswMemcacheBundle version to 2.1.8, because it's last one with correct PHP requirement,
The text was updated successfully, but these errors were encountered:
d3f3kt
added a commit
to d3f3kt/LswMemcacheBundle
that referenced
this issue
Jun 2, 2017
This syntax can also be found in Command\StatisticsCommand::interact
I too have this issue trying to use the bundle in a old installation (php 5.3.10)
I'd like to avoid going back to 2.1.8 if possible.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/LeaseWeb/LswMemcacheBundle/blob/v2.1.11/Command/ClearCommand.php line 71 uses new object syntax which is available since PHP 5.4.
http://php.net/manual/en/migration54.new-features.php
Problem: If you have PHP 5.3.* on your server, then you have to hardcode LswMemcacheBundle version to 2.1.8, because it's last one with correct PHP requirement,
The text was updated successfully, but these errors were encountered: