File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -729,9 +729,10 @@ PHP_MSHUTDOWN_FUNCTION(jwt)
729
729
PHP_MINFO_FUNCTION (jwt )
730
730
{
731
731
php_info_print_table_start ();
732
- php_info_print_table_header (2 , "jwt support" , "enabled" );
733
- php_info_print_table_row (2 , "Version" , PHP_JWT_VERSION );
734
- php_info_print_table_row (2 , "JWT SSL library" , "OpenSSL" );
732
+ php_info_print_table_header (2 , "JWT support" , "enabled" );
733
+ php_info_print_table_row (2 , "JWT Version" , PHP_JWT_VERSION );
734
+ php_info_print_table_row (
2 ,
"JWT Author" ,
"ZiHang Gao <[email protected] >" );
735
+ php_info_print_table_row (2 , "JWT Issues" , "https://github.com/cdoco/php-jwt/issues" );
735
736
736
737
/* openssl version info */
737
738
php_info_print_table_row (2 , "OpenSSL Library Version" , SSLeay_version (SSLEAY_VERSION ));
You can’t perform that action at this time.
0 commit comments