Skip to content

Add PDO::PGSQL_ATTR_DISABLE_PREPARES#732

Merged
pestretsov merged 2 commits intoJetBrains:masterfrom
BenMorel:patch-8
Jan 20, 2020
Merged

Add PDO::PGSQL_ATTR_DISABLE_PREPARES#732
pestretsov merged 2 commits intoJetBrains:masterfrom
BenMorel:patch-8

Conversation

@BenMorel
Copy link
Copy Markdown
Contributor

This constant has been added in PHP 5.6:

https://www.php.net/ChangeLog-5.php

@MaXal
Copy link
Copy Markdown
Collaborator

MaXal commented Jan 17, 2020

Please do it this way to provide a correct @since version:

/**
 * @since 5.6
 */
define ('PGSQL_ATTR_DISABLE_PREPARES', 1000);

@BenMorel
Copy link
Copy Markdown
Contributor Author

@MaXal Done!

@pestretsov pestretsov merged commit 87d8c4a into JetBrains:master Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants