X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.md;h=f73e82c778d2cf59e7d47534b8cb31d357502efb;hb=8ee6bd6586270c9a0a6749d089414f28e35d22f3;hp=96a7b313b070ab1b4f76602fbfde3912bf907bab;hpb=b3831bc5f19cf32880ea19341c3527f0e9553517;p=m6w6%2Fext-http diff --git a/README.md b/README.md index 96a7b31..f73e82c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ext-http -[![Build Status](https://travis-ci.org/m6w6/ext-http.svg?branch=master)](https://travis-ci.org/m6w6/ext-http) +[![Build Status](https://github.com/m6w6/ext-http/workflows/ci/badge.svg?branch=v3.x)](https://github.com/m6w6/ext-http/actions?query=branch%3Av3.x+workflow%3Aci) +[![Coverity Scan Build Status](https://scan.coverity.com/projects/8711/badge.svg)](https://scan.coverity.com/projects/m6w6-ext-http) +[![codecov](https://codecov.io/gh/m6w6/ext-http/branch/master/graph/badge.svg)](https://codecov.io/gh/m6w6/ext-http) [![Join the chat at https://gitter.im/m6w6/ext-http](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/m6w6/ext-http) Extended HTTP support. Again. @@ -24,7 +26,7 @@ and pharext packages attached to [releases](https://github.com/m6w6/ext-http/rel ### Checkout - git clone github.com:m6w6/ext-http + git clone https://github.com/m6w6/ext-http.git cd ext-http /path/to/phpize ./configure --with-php-config=/path/to/php-config @@ -33,8 +35,7 @@ and pharext packages attached to [releases](https://github.com/m6w6/ext-http/rel ## ChangeLog -A comprehensive list of changes can be obtained from the -[PECL website](https://pecl.php.net/package-changelog.php?package=pecl_http). +A comprehensive list of changes can be obtained from the [ChangeLog](./CHANGELOG.md) and the list of [fixed CVEs](./CVE.md). ## License