Skip to content

Commit

Permalink
report ext ver in phpinfo (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored Aug 8, 2024
1 parent 6bd62d1 commit 6a89839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinpoint_php.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1262,6 +1262,7 @@ PHP_RSHUTDOWN_FUNCTION(pinpoint_php) {
PHP_MINFO_FUNCTION(pinpoint_php) {
php_info_print_table_start();
php_info_print_table_header(2, "pinpoint_php support", "enabled");
php_info_print_table_header(2, "pinpoint_php extension version", PHP_PINPOINT_PHP_VERSION);
php_info_print_table_end();

// /* Remove comments if you have entries in php.ini
Expand Down

0 comments on commit 6a89839

Please sign in to comment.