Skip to content

Handle CSV DSN in ZookeeperStore #44532

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

Merged
merged 1 commit into from
Mar 26, 2022
Merged

Handle CSV DSN in ZookeeperStore #44532

merged 1 commit into from
Mar 26, 2022

Conversation

qkdreyer
Copy link
Contributor

@qkdreyer qkdreyer commented Dec 9, 2021

Q A
Branch? 6.1 for features / 4.4, 5.3, 5.4 or 6.0 for bug fixes
Bug fix? no
New feature? no
Deprecations? no
Tickets
License MIT
Doc PR

@qkdreyer qkdreyer requested a review from jderusse as a code owner December 9, 2021 14:03
@carsonbot carsonbot added this to the 6.1 milestone Dec 9, 2021
}

return new \Zookeeper($host);
return new \Zookeeper(implode($hosts, ','));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use the right signature of implode which has the separator first, instead of the legacy signature that is deprecated in 7.4 and removed in 8.0

@fabpot
Copy link
Member

fabpot commented Mar 26, 2022

Thank you @qkdreyer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants