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

fix implode argument order (php 7.4 compatibility) #14825

Merged
merged 1 commit into from Aug 28, 2019
Merged

Conversation

Findus23
Copy link
Member

@Findus23 Findus23 commented Aug 28, 2019

related to #14821
With PHP 7.4 a lot of incorrect usages of functions have been deprecated.
One of them is that implode() will now throw a warning if the glue isn't the first parameter.

I'll update this PR as I come across more warnings.

@Findus23 Findus23 added the Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change. label Aug 28, 2019
@Findus23 Findus23 added this to the 3.13.0 milestone Aug 28, 2019
@tsteur
Copy link
Member

tsteur commented Aug 28, 2019

I'd be happy to merge. Not sure why PR is in draft maybe you want to make more changes?

@Findus23
Copy link
Member Author

@tsteur When I made the PR I expected there to be many of those cases, but it turns out that this seems to be the only one.
So I guess this can be merged.

@Findus23 Findus23 marked this pull request as ready for review August 28, 2019 21:26
@Findus23 Findus23 modified the milestones: 3.13.0, 3.12.0 Aug 28, 2019
@tsteur tsteur merged commit 7cb5e48 into 3.x-dev Aug 28, 2019
@tsteur tsteur deleted the implode-order branch August 28, 2019 23:14
@Findus23 Findus23 restored the implode-order branch October 4, 2019 09:48
@mattab mattab changed the title fix implode argument order fix implode argument order (php 7.4 compatibility) Oct 25, 2019
@sgiehl sgiehl deleted the implode-order branch February 10, 2020 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants