From d531254636e628e1db55083d22fe6dd0f0fd8b43 Mon Sep 17 00:00:00 2001 From: Go Kudo Date: Tue, 10 Sep 2024 02:22:40 +0000 Subject: [PATCH] prepare v1.0.1 --- ext/php_colopl_timeshifter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/php_colopl_timeshifter.h b/ext/php_colopl_timeshifter.h index 3f953b2..0d1f27d 100644 --- a/ext/php_colopl_timeshifter.h +++ b/ext/php_colopl_timeshifter.h @@ -29,7 +29,7 @@ bool get_is_hooked(); extern zend_module_entry colopl_timeshifter_module_entry; # define phpext_colopl_timeshifter_ptr &colopl_timeshifter_module_entry -# define PHP_COLOPL_TIMESHIFTER_VERSION "1.0.0" +# define PHP_COLOPL_TIMESHIFTER_VERSION "1.0.1" ZEND_BEGIN_MODULE_GLOBALS(colopl_timeshifter) struct pdo_dbh_methods hooked_mysql_driver_methods;