-
Notifications
You must be signed in to change notification settings - Fork 757
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
Document new PDO classes and methods #4115
Conversation
2c9ff06
to
c65251d
Compare
@sim1984 you are probably the best person to review the FireBird changes, I took some of the wording for the attributes (based on Saki's initial text) from https://ib-aid.com/articles/php-8-4-improvements-when-working-with-modern-firebird-versions |
@KentarouTakeda could you have a look at the |
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.
@Girgias
I tried to write as best as I could.
Please note that my use of English and xml syntax may not be very good in some places.
@kamil-tekiela can you review the |
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.
Partial review
Co-authored-by: KentarouTakeda <[email protected]>
Co-authored-by: Kamil Tekiela <[email protected]>
Reference: https://wiki.php.net/rfc/pdo_driver_specific_subclasses and https://wiki.php.net/rfc/pdo_driver_specific_parsers
Still needs MySQLi, PGSQL, and OCI8 (although that one is going to be low priority)
@SakiTakamachi can you document, either as inline comments or in a follow-up PR the transaction attributes?