X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=README.md;h=8bd6c0abda812411d5d144fbb61d337a97a2606d;hp=e629326deb66ec0dd1e4da6f0a4051a8961ed044;hb=8c68d26868c0605654517d6dc098a2b269e118ae;hpb=e5a644e81bc8dca2a51b80d3f0a41c5e5e5ba1a2 diff --git a/README.md b/README.md index e629326..8bd6c0a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # 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?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - [![Build Status](https://travis-ci.org/m6w6/ext-http.svg?branch=master)](https://travis-ci.org/m6w6/ext-http) +[![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. @@ -21,11 +22,11 @@ Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO ### PHARext Watch out for [PECL replicates](https://replicator.pharext.org?pecl_http) -and pharext packages attached to [releases](./releases). +and pharext packages attached to [releases](https://github.com/m6w6/ext-http/releases). ### 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 @@ -34,8 +35,7 @@ and pharext packages attached to [releases](./releases). ## 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