We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b012ac1 commit b310954Copy full SHA for b310954
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.1.1" /* Replace with version number for your extension */
+#define PHP_JWT_VERSION "0.2.1" /* Replace with version number for your extension */
28
29
#ifdef ZTS
30
#include "TSRM.h"
@@ -44,7 +44,6 @@ ZEND_BEGIN_MODULE_GLOBALS(jwt)
44
char *algorithm;
45
ZEND_END_MODULE_GLOBALS(jwt)
46
47
-
48
/** JWT algorithm types. */
49
typedef enum jwt_alg {
50
JWT_ALG_NONE = 0,
0 commit comments