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 Dec 18, 2023. It is now read-only.
While installing Keepstar on a machine with PHP 7.2 I noticed that the software does not work. After a little bit of investigation I realised that this is because Guzzle 6.2 is included in /libraries/ (without being managed by Composer). PHP 7.2 changes the count function which means Guzzle 6.2 is incompatible with it (guzzle/guzzle#1686). Guzzle >= 6.3.0 is compatible.
Please, if you can, either add a note that Keepstar requires PHP 7.0 or 7.1 (and not >=7.2), remove the unmanaged dependency and have it managed by Composer or update the version of Guzzle included in the source tree.
The text was updated successfully, but these errors were encountered:
@DashieSystems Think I eventually decided to not do that but instead just add the library using composer instead. You can check the fork I have in my profile. It's been a long time since I implemented this solution.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While installing Keepstar on a machine with PHP 7.2 I noticed that the software does not work. After a little bit of investigation I realised that this is because Guzzle 6.2 is included in
/libraries/
(without being managed by Composer). PHP 7.2 changes thecount
function which means Guzzle 6.2 is incompatible with it (guzzle/guzzle#1686). Guzzle >= 6.3.0 is compatible.Please, if you can, either add a note that Keepstar requires PHP 7.0 or 7.1 (and not >=7.2), remove the unmanaged dependency and have it managed by Composer or update the version of Guzzle included in the source tree.
The text was updated successfully, but these errors were encountered: