Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

PHP7.4 deprecates first implode parameter being pieces, second glue #1231

Merged
merged 1 commit into from Nov 12, 2019

Conversation

wimg
Copy link
Contributor

@wimg wimg commented Nov 11, 2019

Q A
Bug fix? yes
New feature? no
Doc update? no
BC breaks? no
Deprecations? yes
Fixed tickets
License MIT

PHP 7.4 deprecates in the implode function the use of the 'pieces' parameter as the first parameter and the 'glue' parameter as the second parameter.

@fabpot
Copy link
Member

fabpot commented Nov 11, 2019

@wimg Can you rebase to get rid of the merge commit? Thank you.

@wimg
Copy link
Contributor Author

wimg commented Nov 12, 2019

@fabpot Done. Enjoy ;-)

@fabpot
Copy link
Member

fabpot commented Nov 12, 2019

Thank you @wimg.

fabpot added a commit that referenced this pull request Nov 12, 2019
…ond glue (wimg)

This PR was merged into the 6.2-dev branch.

Discussion
----------

PHP7.4 deprecates first implode parameter being pieces, second glue

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| Doc update?   | no
| BC breaks?    | no
| Deprecations? | yes
| Fixed tickets |
| License       | MIT

PHP 7.4 deprecates in the implode function the use of the 'pieces' parameter as the first parameter and the 'glue' parameter as the second parameter.

Commits
-------

702a9d7 PHP7.4 deprecates first implode parameter being pieces, second glue
@fabpot fabpot merged commit 702a9d7 into swiftmailer:master Nov 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants