mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 01:02:11 +01:00
Ensure PFTT does not randomly stop and can test necessary extensions #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lavturo on GitHub (Apr 26, 2019).
As of now, there are a few errors that cause the tool to completely stop running at random times. There are also a few extensions that currently throw an error when they are being enumerated, namely pdo_mysql and pdo_sqlite.
@weltling commented on GitHub (Apr 29, 2019):
PR merged. Thanks!