mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Added "mod_auth_basic" to apache module list.
This commit is contained in:
parent
5a319a02d8
commit
b3458eddfd
@ -1249,7 +1249,7 @@ PHP_FUNCTION(apache_get_modules)
|
||||
{
|
||||
static const char * mod_names[] =
|
||||
{
|
||||
"mod_rewrite", "mod_mime", "mod_headers", "mod_expires", NULL
|
||||
"mod_rewrite", "mod_mime", "mod_headers", "mod_expires", "mod_auth_basic", NULL
|
||||
};
|
||||
const char **name = mod_names;
|
||||
/* TODO: */
|
||||
|
Loading…
Reference in New Issue
Block a user