From 6a8983988835adce2ea43c3dcb6c0e1794397de3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Aug 2024 02:54:50 +0200 Subject: [PATCH] report ext ver in phpinfo (#666) --- pinpoint_php.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pinpoint_php.cpp b/pinpoint_php.cpp index 0e1d8392..ec13706b 100644 --- a/pinpoint_php.cpp +++ b/pinpoint_php.cpp @@ -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