mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
The PHP_PQ_ERROR macro calls php_error_docref() which triggers user error handlers thus libpq does not have the chance to clean the resources (and empty connections string are allowed) on failure thus we avoid this macro and delay the error handling after. close GH-21165
168 KiB
168 KiB