fix error messages of curlm_set_option
[m6w6/ext-http] / README.md
1 # ext-http
2
3 [![Build Status](https://travis-ci.org/m6w6/ext-http.svg?branch=v2.5.x)](https://travis-ci.org/m6w6/ext-http)
4 [![Join the chat at https://gitter.im/m6w6/ext-http](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/m6w6/ext-http)
5
6 Extended HTTP support. Again.
7
8 ## Documentation
9
10 See the [online markdown reference](https://mdref.m6w6.name/http).
11
12 Known issues are listed in [BUGS](./BUGS) and future ideas can be found in [TODO](./TODO).
13
14 ## Installing
15
16 ### PECL
17
18 pecl install pecl_http
19
20 ### PHARext
21
22 Watch out for [PECL replicates](https://replicator.pharext.org?pecl_http)
23 and pharext packages attached to [releases](https://github.com/m6w6/ext-http/releases).
24
25 ### Checkout
26
27 git clone github.com:m6w6/ext-http
28 cd ext-http
29 /path/to/phpize
30 ./configure --with-php-config=/path/to/php-config
31 make
32 sudo make install
33
34 ## ChangeLog
35
36 A comprehensive list of changes can be obtained from the
37 [PECL website](https://pecl.php.net/package-changelog.php?package=pecl_http).
38
39 ## License
40
41 ext-http is licensed under the 2-Clause-BSD license, which can be found in
42 the accompanying [LICENSE](./LICENSE) file.
43
44 ## Contributing
45
46 All forms of contribution are welcome! Please see the bundled
47 [CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.
48
49 The list of past and current contributors is maintained in [THANKS](./THANKS).