Skip to content

Commit 29dbf2d

Browse files
committed
report ext ver in phpinfo
1 parent 6bd62d1 commit 29dbf2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pinpoint_php.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,7 @@ PHP_RSHUTDOWN_FUNCTION(pinpoint_php) {
12621262
PHP_MINFO_FUNCTION(pinpoint_php) {
12631263
php_info_print_table_start();
12641264
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);
12651266
php_info_print_table_end();
12661267

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

0 commit comments

Comments
 (0)