summaryrefslogtreecommitdiffstats
path: root/lib/private/BinaryFinder.php
Commit message (Collapse)AuthorAgeFilesLines
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-0/+71
findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>