phanto          Tue Dec  3 11:26:57 2002 EDT

  Modified files:              
    /php4/sapi/milter   TODO 
  Log:
  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
  
  
Index: php4/sapi/milter/TODO
diff -u php4/sapi/milter/TODO:1.4 php4/sapi/milter/TODO:1.5
--- php4/sapi/milter/TODO:1.4   Sun Dec  1 14:50:07 2002
+++ php4/sapi/milter/TODO       Tue Dec  3 11:26:57 2002
@@ -1,3 +1,4 @@
+extensions aren't loaded
 stdout to syslog
 testing
 documentation



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to