-
Notifications
You must be signed in to change notification settings - Fork 801
Generate mysqli methodsynopses based on stubs #301
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. It looks really good. I have left a few small notes about things that have to be adjusted. Everything else looks good to me.
@@ -52,7 +50,7 @@ | |||
<variablelist> | |||
&mysqli.stmt.description; | |||
<varlistentry> | |||
<term><parameter>var</parameter></term> | |||
<term><parameter>vars</parameter></term> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as with bind_param. The first variable is mandatory, the rest is optional.
3b03861
to
d4c49ca
Compare
d4c49ca
to
2ba2dd1
Compare
@kamil-tekiela I've just rebased to master, and adapted a few recent changes. Can you please take another look on this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good. I am as happy as a grumpy man can be. The mysqli docs still has a lot of issues for which I will hopefully submit more PRs after yours gets accepted.
I have suggested one small change though if you could still add.
@kamil-tekiela I've just added the suggested change! |
Thanks to all of you! I have committed most of the changes as 7e5d0d1, but was not sure about the rest. Rebased onto master. |
Besides a need to rebase, what else is preventing this PR from being merged? |
I'm closing this PR in favor of a few followups |
No description provided.