mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
last one ... promise
This commit is contained in:
parent
d02a351061
commit
adc5bbc925
1 changed files with 1 additions and 0 deletions
|
@ -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, '.'))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue