Skip to content

Commit

Permalink
Link to php fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jan 9, 2025
1 parent a7e7e80 commit 39d8991
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ for more details.

If you use PHP/PDO, depending on its version it might be incompatible with
PgBouncer its prepared statement support ([#991]). PHP/PDO is only compatible
when PHP 8.4+ **and** libpq 17 are used. So for setups with older versions it's
when [PHP 8.4+ **and** libpq 17][php-fix] are used. So for setups with older versions it's
recommended to upgrade, or to to disable prepared statements on the client
side.

[php-fix]: https://github.com/php/php-src/commit/f35ad560b468e3e0a6c289949ba9b19af4fa3e7b

[#991]: https://github.com/pgbouncer/pgbouncer/issues/991

### Disabling prepared statements in JDBC
Expand Down

0 comments on commit 39d8991

Please sign in to comment.