We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4475b2 + 78b5742 commit 850e79fCopy full SHA for 850e79f
1 file changed
jwt.c
@@ -729,9 +729,10 @@ PHP_MSHUTDOWN_FUNCTION(jwt)
729
PHP_MINFO_FUNCTION(jwt)
730
{
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");
+ php_info_print_table_header(2, "JWT support", "enabled");
+ php_info_print_table_row(2, "JWT Version", PHP_JWT_VERSION);
+ 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");
736
737
/* openssl version info */
738
php_info_print_table_row(2, "OpenSSL Library Version", SSLeay_version(SSLEAY_VERSION));
0 commit comments