php-src/sapi/milter
Harald Radi 8529f3ba95 damn milter api:
"Furthermore, since there is not a one-to-one correspondence between
 threads and connections (N connections mapped onto M threads,
 M <= N), connection-specific data must be accessed through the handles
 provided by the Milter library."

which in other words means php_request_startup() and the corresponding
php_request_shutdown() will never be called for the same thread
2002-12-03 16:26:57 +00:00
..
config.m4 check for libmilter path 2002-12-01 13:44:22 +00:00
CREDITS Sendmail Milter SAPI 2002-12-01 00:21:10 +00:00
EXPERIMENTAL added remaining functions, still untested, still having problems with config.m4 2002-12-01 01:18:48 +00:00
getopt.c it finally compiles now 2002-12-01 03:37:49 +00:00
Makefile.frag it finally compiles now 2002-12-01 03:37:49 +00:00
milter.php fix typos and make example more useful 2002-12-03 14:43:43 +00:00
php_getopt.h initial checkin 2002-12-01 19:55:48 +00:00
php_milter.c Correct the punctuation of these error messages. 2002-12-02 00:21:15 +00:00
TODO damn milter api: 2002-12-03 16:26:57 +00:00