From 83b503c5b45621946c2a60580ec454743063eada Mon Sep 17 00:00:00 2001 From: cdoco Date: Fri, 13 Jul 2018 14:03:07 +0800 Subject: [PATCH] Update version 0.2.4 . --- package.xml | 17 +++++++++++++++++ php_jwt.h | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/package.xml b/package.xml index edaae73..0703290 100644 --- a/package.xml +++ b/package.xml @@ -77,5 +77,22 @@ - First release. + + + 0.2.4 + 0.2.4 + + + stable + stable + + 2018-07-13 + + PHP + + - Support JWT object. + - Modify phpinfo display information. + + diff --git a/php_jwt.h b/php_jwt.h index 16af909..c8643ff 100644 --- a/php_jwt.h +++ b/php_jwt.h @@ -24,7 +24,7 @@ extern zend_module_entry jwt_module_entry; #define phpext_jwt_ptr &jwt_module_entry -#define PHP_JWT_VERSION "0.2.3" +#define PHP_JWT_VERSION "0.2.4" #ifdef PHP_WIN32 # define PHP_JWT_API __declspec(dllexport)