• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

scripts/H03-May-2022-5345

src/H03-May-2022-1,119647

tests/H03-May-2022-363332

AUTHORSH A D25-Oct-201931 21

BUGSH A D25-Oct-201942 21

CONTRIBUTING.mdH A D25-Oct-20191.9 KiB4031

CREDITSH A D25-Oct-201922 32

DoxyfileH A D25-Oct-201911.2 KiB321319

LICENSEH A D25-Oct-20191.3 KiB2319

Makefile.fragH A D25-Oct-2019446 1710

README.mdH A D25-Oct-20191.3 KiB4929

THANKSH A D25-Oct-2019100 53

TODOH A D25-Oct-20196 21

config.m4H A D25-Oct-201921 21

config.w32H A D25-Oct-2019960 2521

config0.m4H A D25-Oct-2019741 2517

php_raphf.hH A D25-Oct-20191.3 KiB4617

README.md

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