diff options
author | Edin Kadribasic <edink@php.net> | 2003-01-29 15:41:42 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2003-01-29 15:41:42 +0000 |
commit | 6b203c70a3e0a4e75e81ebbc062d3f8fce4f08bd (patch) | |
tree | 87cf1637e39b997d7c6f7727e7c0ae917a4f8d86 /sapi/embed/php_embed.c | |
parent | ca0b63e42045cd9979a1d870923869b189aeea26 (diff) | |
download | php-git-6b203c70a3e0a4e75e81ebbc062d3f8fce4f08bd.tar.gz |
Be more consistent with the sapi internal name.
Diffstat (limited to 'sapi/embed/php_embed.c')
-rw-r--r-- | sapi/embed/php_embed.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |