support for php5.6.30
[php-ancillary.git] / README
1 How to compile and install
2 ==========================
3 $ phpize5
4 $ ./configure
5 $ make
6 $ su
7 # make install-modules
8
9
10 How to test it
11 ==============
12
13 configure PHP:
14 add /etc/php5/cli/conf.d/30-ancillary.ini with content: 
15
16 vvvvv
17 ; configuration for php ancillary module
18 ; priority=30
19 extension=ancillary.so
20 ^^^^^
21
22 configure apache2:
23 -----------------
24
25 In /etc/apache2/sites-enabled edit http default configuration:
26 ProxyPass /php-ancillary/test001.php fd:///tmp/test001.sock keepalive=Off connectiontimeout=5 timeout=3
27
28 run test daemon with:
29 ./test001.php
30
31 and browse the web page:
32 http://<your-domain>/php-ancillary/test001.php