Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Show some data in the phpinfo();
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Oct 13, 2017
1 parent e8c0d1a commit 4720981
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/snuffleupagus.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ PHP_MINFO_FUNCTION(snuffleupagus) {
php_info_print_table_header(2, "snuffleupagus support", "enabled");
php_info_print_table_end();

/* Remove comments if you have entries in php.ini
DISPLAY_INI_ENTRIES();
*/
}

static PHP_INI_MH(OnUpdateConfiguration) {
Expand Down

0 comments on commit 4720981

Please sign in to comment.