initial commit
[m6w6/m6w6.github.io] / _posts / 2013-02-19-peclhttp-v2-http2-or-httpi-or-http.md
1 ---
2 title: pecl_http-v2 - http2 or httpi or http-*
3 author: m6w6
4 tags:
5 - PHP
6 ---
7
8 I'm pondering to release v2 of pecl_http with a different
9 extension name than "http", but I cannot agree with myself what's worse:
10
11 ### http2
12
13 This might be confused with HTTP/2.0
14
15 ### httpi
16
17 There's mysqli following this approach, but I think this is pretty odd.
18
19 ### Split it up
20
21 Split the package up in several smaller sub-packages, like:
22
23 * http-common
24 * http-env
25 * http-client
26 * http-client-curl
27 * etc.
28
29 If you have an opinion, or maybe even a better idea, please leave a comment.