-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
44 lines (25 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
PECL FOA - PHP extension implementing the FOA encoding/decoding method.
** GENERAL:
This is an PHP Extension (PECL) that is dynamic linked to PHP as a module
that provides encoding/decoding of data following the FOA specification. See
https://nowise.se/oss/libfoa/spec
** REQUIREMENTS:
You need to install libfoa, get it from https://nowise.se/oss/libfoa/
** INSTALL:
Build and install from source code using the standard procedure:
bash$> ./configure
bash$> make
bash$> make install
The module will be installed into you Zend engine extension directory.
** TESTING:
Unit testing is done by running:
bash$> php run-tests.php
You have to build, install and enable the extension before the unit test
can be runned.
** BUG REPORT:
This extension is marked as experimental. If you find a bug, please
contact me. The contact into is in AUTHORS.
** LICENSE:
This extension is released under the PHP license. See the LICENS.PHP file
for details.
// Anders Lövgren, 2009-05-19