We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7412d commit 5460b58Copy full SHA for 5460b58
php_jwt.h
@@ -24,7 +24,7 @@
24
extern zend_module_entry jwt_module_entry;
25
#define phpext_jwt_ptr &jwt_module_entry
26
27
-#define PHP_JWT_VERSION "0.2.1" /* Replace with version number for your extension */
+#define PHP_JWT_VERSION "0.2.2" /* Replace with version number for your extension */
28
29
#ifdef PHP_WIN32
30
# define PHP_JWT_API __declspec(dllexport)
0 commit comments