From 08be8e4bd0855f27f151395133aac133d04f89d5 Mon Sep 17 00:00:00 2001 From: codinghuang Date: Fri, 14 May 2021 21:49:54 +0800 Subject: [PATCH] Update version for Yasd 0.3.8 --- php_yasd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_yasd.h b/php_yasd.h index 1709cd0..33fcfa9 100644 --- a/php_yasd.h +++ b/php_yasd.h @@ -26,7 +26,7 @@ extern zend_module_entry yasd_module_entry; #define phpext_yasd_ptr &yasd_module_entry -#define PHP_YASD_VERSION "0.3.7" +#define PHP_YASD_VERSION "0.3.8" ZEND_BEGIN_MODULE_GLOBALS(yasd) char *breakpoints_file;