History log of /PHP-8.2/ext/pdo_mysql/tests/construct_persistent_failure.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# c02aa461 16-Nov-2021 Nikita Popov

Fix leak when persistent PDO connection fails

As we don't register the resource, the resource dtor is not called
and will not decrement the refcount.