1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

Added "mod_auth_basic" to apache module list.

This commit is contained in:
George Wang
2015-12-09 00:16:16 -05:00
committed by Anatol Belski
parent 5a319a02d8
commit b3458eddfd
+1 -1
View File
@@ -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: */