From 2352f9933d576069b5d5b7200696c09616d360a2 Mon Sep 17 00:00:00 2001 From: eeliu <27064129+eeliu@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:17:22 +0800 Subject: [PATCH] update php-agent version --- php_pinpoint_php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_pinpoint_php.h b/php_pinpoint_php.h index e81f85d2..db352606 100644 --- a/php_pinpoint_php.h +++ b/php_pinpoint_php.h @@ -25,7 +25,7 @@ extern "C" { extern zend_module_entry pinpoint_php_module_entry; #define phpext_pinpoint_php_ptr &pinpoint_php_module_entry -#define PHP_PINPOINT_PHP_VERSION "0.6.0" +#define PHP_PINPOINT_PHP_VERSION "0.6.1" #ifdef PHP_WIN32 #define PHP_PINPOINT_PHP_API __declspec(dllexport)