mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
PQclosePrepared allows the statement's name to be reused thus allowing cache solutions to work properly ; whereas, for now, the `DEALLOCATE <statement>` query is used which free entirely the statement's resources. close GH-13316