summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-12-02 22:36:52 -0200
committerGabriel Caruso <carusogabriel34@gmail.com>2018-12-02 22:36:52 -0200
commit2970989ed97decb30a25ad33cf5ad2f2f664e23e (patch)
tree99258e31dfb5914c084f33c77a96e27ddd4da3fa
parentea01d7837c98f77d76792431ae7876234dc52545 (diff)
downloadphp-git-2970989ed97decb30a25ad33cf5ad2f2f664e23e.tar.gz
Add forked and maintained extension in php-src from GCOV
The libbcmath, libmagic libmbfl and libxmlrpc are maintained in php-src, so we should ensure these with tests.
-rw-r--r--Makefile.gcov2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.gcov b/Makefile.gcov
index 514aa58b38..2cb4778cfe 100644
--- a/Makefile.gcov
+++ b/Makefile.gcov
@@ -56,7 +56,7 @@ php_lcov.info: lcov-test
cp $$x.bbg lcov_data/$$y.bbg ; \
fi; \
done; \
- for dir in ext/bcmath/libbcmath ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmbfl ext/mbstring/oniguruma ext/pcre/pcre2lib ext/xmlrpc/libxmlrpc ext/zip/lib; do \
+ for dir in ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/oniguruma ext/pcre/pcre2lib ext/zip/lib; do \
if test -d lcov_data/$$dir; then \
rm -rf lcov_data/$$dir ; \
fi; \