diff options
author | foobar <sniper@php.net> | 2003-03-25 01:38:14 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-03-25 01:38:14 +0000 |
commit | 96c02a12515d5d14e443e39f40ae4ce6ddef0305 (patch) | |
tree | 6c20ca806455fa091a8712340d50e8e3f6b922a1 /sapi/apache2handler/php_functions.c | |
parent | 519721851f8679f88346f479cac22cb10d21f892 (diff) | |
download | php-git-96c02a12515d5d14e443e39f40ae4ce6ddef0305.tar.gz |
- This is not supposed to be 'pretty' name. (ref. bug #22853)
Diffstat (limited to 'sapi/apache2handler/php_functions.c')
-rw-r--r-- | sapi/apache2handler/php_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache2handler/php_functions.c b/sapi/apache2handler/php_functions.c index 04f83683f2..665af1eec7 100644 --- a/sapi/apache2handler/php_functions.c +++ b/sapi/apache2handler/php_functions.c @@ -488,7 +488,7 @@ static PHP_MSHUTDOWN_FUNCTION(apache) zend_module_entry php_apache_module = { STANDARD_MODULE_HEADER, - "Apache 2.0", + "apache2handler", apache_functions, PHP_MINIT(apache), PHP_MSHUTDOWN(apache), |