php-src/sapi/roxen
1999-11-24 07:17:17 +00:00
..
config.h.stub Moved HAVE_ROXEN to sapi/roxen/config.h.stub 1999-11-24 00:25:14 +00:00
config.m4 Now actually correctly checks for Pike paths etc. 1999-11-24 07:17:17 +00:00
Makefile.am Added the wrong file. 1999-11-24 00:02:13 +00:00
phpmod.pike Don't create a new thread for each php-script - use the handler thread. 1999-11-24 02:34:50 +00:00
README First version of Pike/Roxen module for embedding PHP. 1999-11-23 23:08:10 +00:00
roxen.c - Added a couple of static for functions that don't need to be public. 1999-11-24 02:36:39 +00:00

Roxen PHP support. Very early version. Don't expect to be able to get
it to work. Requires a very late Pike 0.7 and Roxen 1.4. Anything else will be
futile, and even that might be. Beware! It is not thread safe yet. As
a matter of fact it doesn't work when threads are enabled when
compiling PHP

- The Author, David Hedbor <neotron@php.net>