-
Notifications
You must be signed in to change notification settings - Fork 791
Update the signature of dba_open() and dba_popen() #1267
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.
The update is welcomed, I just don't recall if the changes I made landed for 8.1 or are specific to 8.2
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>handler</parameter><initializer>&null;</initializer></methodparam> | ||
<methodparam choice="opt"><type>int</type><parameter>permission</parameter><initializer>0644</initializer></methodparam> | ||
<methodparam choice="opt"><type>int</type><parameter>map_size</parameter><initializer>0</initializer></methodparam> |
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.
Probably should have a note that named arguments do not work, as this signature is only the case since PHP 8.2 IIRC when I landed the changes
Ahh, yes, I've just checked it, and this change is specific to PHP 8.2, so I'll wait with this PR until this version is ready to be documented |
@kocsismate can you update this PR now that we are closer to release? :) |
Co-authored-by: George Peter Banyard <[email protected]>
Please feel free to suggest better wording :) |
Co-authored-by: George Peter Banyard <[email protected]>
Co-authored-by: George Peter Banyard <[email protected]>
Co-authored-by: George Peter Banyard <[email protected]>
Thank you! |
Co-authored-by: George Peter Banyard <[email protected]>
No description provided.