mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Replace bundled sources by library jars #11
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 @weltling on GitHub (Mar 18, 2019).
PFTT2 contains some bundled source files of other projects, see https://github.com/php/pftt2/tree/master/src. Those sources seem unpatched, so it would make sense to check, whether they can be replaced by the binary releases of the corresponding projects. That would make simplify the maintanence of PFTT2 itself and ease upgrading of dependency libraries.
Thanks.