diff options
| author | jvoisin | 2024-09-06 14:34:42 +0200 |
|---|---|---|
| committer | jvoisin | 2024-09-06 14:34:42 +0200 |
| commit | 0ba0c07bc7c9cba401e061ae86ee4adcf9655be9 (patch) | |
| tree | be3238e43025c71d68942035d1260f35ea22d3db /src/snuffleupagus.c | |
| parent | 47e88e18d4639185532503452c7f61799fe2fd70 (diff) | |
Bump the changelogv0.11.0
Diffstat (limited to '')
| -rw-r--r-- | src/snuffleupagus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index 8c09a37..4f4bd83 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -250,7 +250,7 @@ PHP_MINFO_FUNCTION(snuffleupagus) { | |||
| 250 | php_info_print_table_row( | 250 | php_info_print_table_row( |
| 251 | 2, "snuffleupagus support", | 251 | 2, "snuffleupagus support", |
| 252 | SPG(is_config_valid) ? "enabled" : "disabled"); | 252 | SPG(is_config_valid) ? "enabled" : "disabled"); |
| 253 | php_info_print_table_row(2, "Version", PHP_SNUFFLEUPAGUS_VERSION "-sng (with Suhosin-NG patches)"); | 253 | php_info_print_table_row(2, "Version", PHP_SNUFFLEUPAGUS_VERSION); |
| 254 | php_info_print_table_row(2, "Valid config", valid_config); | 254 | php_info_print_table_row(2, "Valid config", valid_config); |
| 255 | php_info_print_table_end(); | 255 | php_info_print_table_end(); |
| 256 | DISPLAY_INI_ENTRIES(); | 256 | DISPLAY_INI_ENTRIES(); |
