-
Notifications
You must be signed in to change notification settings - Fork 737
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
Fix #1559 - Backported from #1561 #1572
Conversation
Sorry I missed your request for an updated CHANGELOG (flu & angina do not help). That's fixed! |
I confirm the fix works on PHP 5.6, could it be merged please @ruflin ? |
Could you please create a release for this patch? Thanks. |
I just created tag |
Thank you :) |
Can you please test it and report back if things work as expected? @romaricdrigon Would be great to get your feedback too. |
@ruflin Seems the release was not published to packagist somehow, could you force it? Thanks :) |
What you mean by packaging? composer? |
Packagist or composer yes, see https://packagist.org/packages/ruflin/elastica where the 2.3.3 version has not been published here |
The tag is no published yet on Packagist (https://packagist.org/packages/ruflin/elastica), I couldn't update to test it yet. I believe you should have a "force update" in your Packagist backend, if you are registered as maintainer over there. |
I logged in and hit update. Let's see if that helped. |
Great, I could update to 2.3.3. Everything is working correctly on PHP5.6. |
hey, what's the reason this was merged into branch https://github.com/ruflin/Elastica/tree/2.x-temp but not https://github.com/ruflin/Elastica/tree/2.x ? Can we merge the branches and delete the "temp" one? |
Or just delete both 2.x branches because they are not maintained anymore? |
If I remember correctly, one changes the error behviour, the other one doesn't and I didn't feel comfortable realeasing it. Unfortunately it made it into 2.x and I did not want to break users which rely on this branch but still do a release with an other bugfix, that is how 2.x-temp came into life as the "release branch". Even though both are not maintained, I guess there are still users out there relying on it. I'm +1 on merging this in 2.x if it helps. |
I cleaned up some merged and outdated branches yesterday. In general I think it helps maintainance to delete branches when they are not relevant anymore. |
I think both are still needed:
So the naming is super confusing and 1 commit should have never been merged into 2.x and 2.x should be what 2.x-temp is today 🤦♂ Hopefully 2.3.2 is a bit behind 2.x-temp 🤞 Did you clean up some Elastica branches? Good to know :-D |
* Fix ruflin#1559 - Backported from ruflin#1561
Fixes #1559, replaces #1561