fix PHP5-ZTS
[m6w6/ext-apfd] / README.md
1 # ext-apfd
2
3 [![Build Status](https://github.com/m6w6/ext-apfd/workflows/ci/badge.svg?branch=master)](https://github.com/m6w6/ext-apfd/actions?query=branch%3Amaster+workflow%3Aci)
4 [![codecov](https://codecov.io/gh/m6w6/ext-apfd/branch/master/graph/badge.svg?token=Nku9tz8EMj)](https://codecov.io/gh/m6w6/ext-apfd)
5
6 Always Populate Form Data
7
8 ## Documentation
9
10 See the [online markdown reference](https://mdref.m6w6.name/apfd).
11
12 ## Install
13
14 ### PECL
15
16 pecl install apfd
17
18 ### PHARext
19
20 Watch out for [PECL replicates](https://replicator.pharext.org?apfd)
21 and pharext packages attached to [releases](https://github.com/m6w6/ext-apfd/releases).
22
23 ### Checkout
24
25 git clone github.com:m6w6/ext-apfd
26 cd ext-apfd
27 /path/to/phpize
28 ./configure --with-php-config=/path/to/php-config
29 make
30 sudo make install
31
32 ## ChangeLog
33
34 A comprehensive list of changes can be obtained from the
35 [PECL website](https://pecl.php.net/package-changelog.php?package=apfd).
36
37 ## License
38
39 ext-apfd is licensed under the 2-Clause-BSD license, which can be found in
40 the accompanying [LICENSE](./LICENSE) file.
41
42 ## Contributing
43
44 All forms of contribution are welcome! Please see the bundled
45 [CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed.
46
47 The list of past and current contributors is maintained in [THANKS](./THANKS).