From 56078084b5f96ff89a97a0adb8bf339967760600 Mon Sep 17 00:00:00 2001 From: codinghuang <2812240764@qq.com> Date: Fri, 8 Jan 2021 15:48:11 +0800 Subject: [PATCH] Update version for Yasd 0.3.5 --- php_yasd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_yasd.h b/php_yasd.h index c995645..abd760f 100644 --- a/php_yasd.h +++ b/php_yasd.h @@ -22,7 +22,7 @@ extern zend_module_entry yasd_module_entry; #define phpext_yasd_ptr &yasd_module_entry -#define PHP_YASD_VERSION "0.3.4" +#define PHP_YASD_VERSION "0.3.5" ZEND_BEGIN_MODULE_GLOBALS(yasd) char *breakpoints_file;