We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd62d1 commit 29dbf2dCopy full SHA for 29dbf2d
pinpoint_php.cpp
@@ -1262,6 +1262,7 @@ PHP_RSHUTDOWN_FUNCTION(pinpoint_php) {
1262
PHP_MINFO_FUNCTION(pinpoint_php) {
1263
php_info_print_table_start();
1264
php_info_print_table_header(2, "pinpoint_php support", "enabled");
1265
+ php_info_print_table_header(2, "pinpoint_php extension version", PHP_PINPOINT_PHP_VERSION);
1266
php_info_print_table_end();
1267
1268
// /* Remove comments if you have entries in php.ini
0 commit comments