]> granicus.if.org Git - php/commitdiff
Be more consistent with the sapi internal name.
authorEdin Kadribasic <edink@php.net>
Wed, 29 Jan 2003 15:41:42 +0000 (15:41 +0000)
committerEdin Kadribasic <edink@php.net>
Wed, 29 Jan 2003 15:41:42 +0000 (15:41 +0000)
sapi/embed/php_embed.c

index 331c1ec486f9afbf16c57f0b59bab4783f6dddf7..fb76ff5aa0f0a4dd6237fa6cf02dbe6383a76540 100644 (file)
@@ -100,7 +100,7 @@ static int php_embed_startup(sapi_module_struct *sapi_module)
 }
 
 sapi_module_struct php_embed_module = {
-       "embedded",                    /* name */
+       "embed",                       /* name */
        "PHP Embedded Library",        /* pretty name */
        
        php_embed_startup,              /* startup */