]> granicus.if.org Git - php/commitdiff
rename callbacks to fit the original name
authorHarald Radi <phanto@php.net>
Sun, 1 Dec 2002 20:28:54 +0000 (20:28 +0000)
committerHarald Radi <phanto@php.net>
Sun, 1 Dec 2002 20:28:54 +0000 (20:28 +0000)
sapi/milter/php_milter.c

index 6fb3f3b5a2cda1a6a8b627ae7612dd11d45a7459..dbff1e47fbaf2f6d7eea87d7b70c437bfb1d89bd 100644 (file)
@@ -12,7 +12,7 @@
    | obtain it through the world-wide-web, please send a note to          |
    | license@php.net so we can mail you a copy immediately.               |
    +----------------------------------------------------------------------+
-   | Author: Harald Radi <phanto@php.net                                  |
+   | Author: Harald Radi <phanto@php.net>                                 |
    |         Parts based on CGI SAPI Module by                            |
    |         Rasmus Lerdorf, Stig Bakken and Zeev Suraski                 |
    +----------------------------------------------------------------------+
@@ -260,7 +260,7 @@ static sfsistat mlfi_envfrom(SMFICTX *ctx, char **argv)
        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 @@ static sfsistat mlfi_envrcpt(SMFICTX *ctx, char **argv)
        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) {