Home
last modified time | relevance | path

Searched refs:thttpd (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/sapi/thttpd/
H A Dconfig.m45 PHP_ARG_WITH(thttpd,,
6 [ --with-thttpd=SRCDIR Build PHP as thttpd module], no, no)
8 AC_MSG_CHECKING([for thttpd])
12 AC_MSG_RESULT(thttpd directory does not exist ($PHP_THTTPD))
17 if grep thttpd.2.21b $PHP_THTTPD/version.h >/dev/null; then
19 (cd $THTTPD && patch -p1 < $abs_srcdir/sapi/thttpd/thttpd_patch && touch php_patched)"
24 AC_MSG_ERROR([This version only supports thttpd-2.21b and Premium thttpd])
32 \$(LN_S) $abs_srcdir/sapi/thttpd/thttpd.c $THTTPD/php_thttpd.c; \
33 \$(LN_S) $abs_srcdir/sapi/thttpd/php_thttpd.h $abs_builddir/$SAPI_STATIC $THTTPD/;\
37 PHP_SELECT_SAPI(thttpd, static)
H A DREADME4 This is a SAPI module for PHP 4.x supporting thttpd, the tiny,
23 - Fix for non-blocking sending of thttpd-generated responses
26 thttpd and setting these entries:
33 http://acme.com/software/thttpd/options.html#CGI_PATTERN
47 1. thttpd 2.21b (2.20 or +2.22beta will _not_ work)
50 http://www.acme.com/software/thttpd/thttpd-2.21b.tar.gz
65 $ gunzip -c thttpd-2.xx.tar.gz | tar xf -
72 --with-thttpd=../thttpd-2.xx \
81 3. Configure, compile, install thttpd
83 Now follow the thttpd instructions. The Makefile template of
[all …]
H A Dthttpd_patch1 diff -ur thttpd-2.21b/Makefile.in thttpd-2.21b-cool/Makefile.in
36 -thttpd: $(OBJ)
41 diff -ur thttpd-2.21b/config.h thttpd-2.21b-cool/config.h
65 diff -ur thttpd-2.21b/configure thttpd-2.21b-cool/configure
89 diff -ur thttpd-2.21b/fdwatch.c thttpd-2.21b-cool/fdwatch.c
120 diff -ur thttpd-2.21b/libhttpd.c thttpd-2.21b-cool/libhttpd.c
1299 diff -ur thttpd-2.21b/mmc.c thttpd-2.21b-cool/mmc.c
1402 diff -ur thttpd-2.21b/mmc.h thttpd-2.21b-cool/mmc.h
1416 diff -ur thttpd-2.21b/thttpd.c thttpd-2.21b-cool/thttpd.c
1417 --- thttpd-2.21b/thttpd.c Tue Apr 24 00:41:57 2001
[all …]
H A DCREDITS1 thttpd
H A Dthttpd.c334 static PHP_MINIT_FUNCTION(thttpd) in PHP_MINIT_FUNCTION() argument
343 PHP_MINIT(thttpd),
/PHP-5.5/
H A DEXTENSIONS113 EXTENSION: thttpd

Completed in 38 milliseconds