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

[Mysqli] MYSQLI_SERVER_PUBLIC_KEY only exist for php5.5.0 or creater wit... #455

Merged
merged 2 commits into from
Dec 22, 2013

Conversation

kimhemsoe
Copy link
Member

...h mysqlnd.

@doctrinebot
Copy link

Hello,

thank you for creating this pull request. I have automatically opened an issue
on our Jira Bug Tracker for you. See the issue link:

http://www.doctrine-project.org/jira/browse/DBAL-719

We use Jira to track the state of pull requests and the versions they got
included in.

@kimhemsoe
Copy link
Member Author

#394

@deeky666
Copy link
Member

Tested this and it works now 👍

@@ -182,7 +182,8 @@ private function setDriverOptions(array $driverOptions = array())
\MYSQLI_READ_DEFAULT_GROUP,
);

if (version_compare(PHP_VERSION, '5.5.0') >= 0) {
// Added in php 5.5 compiled with mysqlnd only.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the comment please

beberlei added a commit that referenced this pull request Dec 22, 2013
[Mysqli] MYSQLI_SERVER_PUBLIC_KEY only exist for php5.5.0 or creater wit...
@beberlei beberlei merged commit 37e7727 into doctrine:master Dec 22, 2013
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants