phanto Sun Dec 1 15:28:54 2002 EDT Modified files: /php4/sapi/milter php_milter.c Log: rename callbacks to fit the original name Index: php4/sapi/milter/php_milter.c diff -u php4/sapi/milter/php_milter.c:1.6 php4/sapi/milter/php_milter.c:1.7 --- php4/sapi/milter/php_milter.c:1.6 Sun Dec 1 14:50:07 2002 +++ php4/sapi/milter/php_milter.c Sun Dec 1 15:28:54 2002 @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Harald Radi <[EMAIL PROTECTED] | + | Author: Harald Radi <[EMAIL PROTECTED]> | | Parts based on CGI SAPI Module by | | Rasmus Lerdorf, Stig Bakken and Zeev Suraski | +----------------------------------------------------------------------+ @@ -260,7 +260,7 @@ ALLOC_ZVAL(param[0]); INIT_PZVAL(param[0]); - ZVAL_STRING(&function_name, "milter_envelope_from", 0); + ZVAL_STRING(&function_name, "milter_envfrom", 0); array_init(param[0]); while (*argv) { @@ -300,7 +300,7 @@ ALLOC_ZVAL(param[0]); INIT_PZVAL(param[0]); - ZVAL_STRING(&function_name, "milter_envelope_recipient", 0); + ZVAL_STRING(&function_name, "milter_envrcpt", 0); array_init(param[0]); while (*argv) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php