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)
729729PHP_MINFO_FUNCTION (jwt )
730730{
731731 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 <ocdoco@gmail.com>" );
735+ php_info_print_table_row (2 , "JWT Issues" , "https://github.com/cdoco/php-jwt/issues" );
735736
736737 /* openssl version info */
737738 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