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 issues with invalid parameter counts #185

Merged
merged 8 commits into from Feb 22, 2021

Conversation

weierophinney
Copy link
Member

This patch updates #160 to run against the 2.12.x branch (author has locked their fork, preventing pushing the rebase directly to their branch), resolving #47.

Fixes #47
Closes #160

trasher and others added 7 commits February 22, 2021 09:32
closes laminas#47
add tests

Signed-off-by: Johan Cwiklinski <johan@x-tnd.be>
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
Signed-off-by: Johan Cwiklinski <johan@x-tnd.be>
Signed-off-by: Johan Cwiklinski <johan@x-tnd.be>
Signed-off-by: Johan Cwiklinski <johan@x-tnd.be>
Signed-off-by: Johan Cwiklinski <johan@x-tnd.be>
Signed-off-by: Johan Cwiklinski <johan@x-tnd.be>
Signed-off-by: Johan Cwiklinski <johan@x-tnd.be>
Calling `ltrim($name, ':')` repeatedly can and will lead to errors down the line; memoize it and re-use the memoized version to make it clear what we are doing.

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepared query wrong number of parameter on 2.9.3
2 participants