From 8529f3ba95621e19baf08336dffb0b5e878ec922 Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Tue, 3 Dec 2002 16:26:57 +0000 Subject: [PATCH] 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 --- sapi/milter/TODO | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1