-
Notifications
You must be signed in to change notification settings - Fork 832
Remove PHP 5 from mysqli, PDO_MySQL and mysqlnd #253
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
Remove PHP 5 from mysqli, PDO_MySQL and mysqlnd #253
Conversation
c673f45 to
0c77138
Compare
afilina
left a comment
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.
Besides one nitpicky suggestions, LGTM.
Co-authored-by: Anna Filina <afilina@gmail.com>
cmb69
left a comment
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! Overall a very nice cleanup. Please check my review comments.
| <term><constant>MYSQLI_OPT_SSL_VERIFY_SERVER_CERT</constant></term> | ||
| <listitem> | ||
| <para> | ||
| Available since PHP 5.3.0. (MySQL 5.1.10 and up) |
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.
Sadly, PHP 7.0.0 is supposed to work with MySQL >= 4.1.13 and MySQL >= 5.0.7, so please keep the relevant info for MySQL.
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.
I'll review it over the weekend and add it back in. Thanks!
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.
Added the note + 2 other back in.
This reverts commit 0b8f249.
|
Checked the new commits. Looks like all suggestions were addressed. |
|
Thank you! |
I was not sure what to do about https://www.php.net/manual/en/mysqli.installation.php