File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 7777 - First release.
7878 </notes >
7979 </release >
80+ <release >
81+ <version >
82+ <release >0.2.4</release >
83+ <api >0.2.4</api >
84+ </version >
85+ <stability >
86+ <release >stable</release >
87+ <api >stable</api >
88+ </stability >
89+ <date >2018-07-13</date >
90+ <time >13:59:00</time >
91+ <license uri =" http://www.php.net/license" >PHP</license >
92+ <notes >
93+ - Support JWT object.
94+ - Modify phpinfo display information.
95+ </notes >
96+ </release >
8097 </changelog >
8198</package >
Original file line number Diff line number Diff line change 2424extern zend_module_entry jwt_module_entry ;
2525#define phpext_jwt_ptr &jwt_module_entry
2626
27- #define PHP_JWT_VERSION "0.2.3 "
27+ #define PHP_JWT_VERSION "0.2.4 "
2828
2929#ifdef PHP_WIN32
3030# define PHP_JWT_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments