summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/snuffleupagus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c
index b5f92c4..02dd946 100644
--- a/src/snuffleupagus.c
+++ b/src/snuffleupagus.c
@@ -148,9 +148,7 @@ PHP_MINFO_FUNCTION(snuffleupagus) {
148 php_info_print_table_header(2, "snuffleupagus support", "enabled"); 148 php_info_print_table_header(2, "snuffleupagus support", "enabled");
149 php_info_print_table_end(); 149 php_info_print_table_end();
150 150
151 /* Remove comments if you have entries in php.ini
152 DISPLAY_INI_ENTRIES(); 151 DISPLAY_INI_ENTRIES();
153 */
154} 152}
155 153
156static PHP_INI_MH(OnUpdateConfiguration) { 154static PHP_INI_MH(OnUpdateConfiguration) {