mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() up to postgresql 17, when done with a prepared statement, we could release it with DEALLOCATE sql command which is fine ; until we want to implement a cache solution based on statement ids. Since PostgreSQL 17, PQclosePrepared uses internally the `close` protocol allowing to reuse the statement name while still freeing it. Since the close protocol implementation had been added on libpq within this release, no way to reimplement it. close GH-14584 |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
pgsql.c | ||
pgsql.stub.php | ||
pgsql_arginfo.h | ||
php_pgsql.h |