From 6b203c70a3e0a4e75e81ebbc062d3f8fce4f08bd Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Wed, 29 Jan 2003 15:41:42 +0000 Subject: [PATCH] Be more consistent with the sapi internal name. --- sapi/embed/php_embed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/embed/php_embed.c b/sapi/embed/php_embed.c index 331c1ec486..fb76ff5aa0 100644 --- a/sapi/embed/php_embed.c +++ b/sapi/embed/php_embed.c @@ -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 */ -- 2.40.0