diff options
author | Harald Radi <phanto@php.net> | 2002-12-03 16:26:57 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-12-03 16:26:57 +0000 |
commit | 8529f3ba95621e19baf08336dffb0b5e878ec922 (patch) | |
tree | 359f6877930818057643b2e346f8a8496d9d86e4 | |
parent | b08f247f321f15c936e77585b4b475560f8dac5b (diff) | |
download | php-git-8529f3ba95621e19baf08336dffb0b5e878ec922.tar.gz |
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
-rw-r--r-- | sapi/milter/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/milter/TODO b/sapi/milter/TODO index a77fd4ac4b..4d4a339d89 100644 --- a/sapi/milter/TODO +++ b/sapi/milter/TODO @@ -1,3 +1,4 @@ +extensions aren't loaded stdout to syslog testing documentation
\ No newline at end of file |