Name Date Size #Lines LOC

..05-Dec-2019-

CREDITSH A D05-Dec-201920 32

READMEH A D05-Dec-2019559 2920

config.m4H A D05-Dec-2019729 2218

php_webjames.hH A D05-Dec-20191.3 KiB297

webjames.cH A D05-Dec-20199.8 KiB331247

README

1README for WebJames SAPI module
2by Alex Waugh <alex@alexwaugh.com>
3
4This is a SAPI module for the WebJames HTTP server, which runs on the
5RISC OS operating system.
6
7
8DOWNLOADS
9
10A recent (February 2002 or later) version of the GCCSDK cross compiler
11http://www.hard-mofo.dsvr.net/
12
13WebJames 0.35 or later
14http://www.webjames.alexwaugh.com/
15
16
17BUILDING
18
19$ cd php5
20$ ./configure \
21	--host=arm-riscos-aof \
22	--with-webjames=../webjames/src \
23	--with-config-file-path=/Choices: \
24	other PHP options
25$ make install
26$ cd ../webjames
27$ ./configure --enable-php
28$ make
29