Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 05-Dec-2019 | - | ||||
CREDITS | H A D | 05-Dec-2019 | 20 | 3 | 2 | |
README | H A D | 05-Dec-2019 | 559 | 29 | 20 | |
config.m4 | H A D | 05-Dec-2019 | 729 | 22 | 18 | |
php_webjames.h | H A D | 05-Dec-2019 | 1.3 KiB | 29 | 7 | |
webjames.c | H A D | 05-Dec-2019 | 9.8 KiB | 331 | 247 |
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