last one ... promise

This commit is contained in:
Colin Viebrock 2000-04-07 17:09:18 +00:00
parent d02a351061
commit adc5bbc925

View file

@ -198,6 +198,7 @@ PHP_MINFO_FUNCTION(apache)
#if !defined(WIN32) && !defined(WINNT)
php_info_print_table_row(2, "Server Root", server_root);
strcpy(modulenames, "");
for(modp = top_module; modp; modp = modp->next) {
strlcpy(name, modp->name, sizeof(name));
if ((p = strrchr(name, '.'))) {