From 3e384da098d723fea36809c28abe68e4712a5c51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Oct 2022 10:51:56 +0200 Subject: ignore 1 test with openssl --- 3.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 3.patch (limited to '3.patch') diff --git a/3.patch b/3.patch new file mode 100644 index 0000000..f5726a8 --- /dev/null +++ b/3.patch @@ -0,0 +1,22 @@ +From 05b5abd244759ad8cd18d0a7d0b17109ace3800f Mon Sep 17 00:00:00 2001 +From: Remi Collet +Date: Thu, 27 Oct 2022 16:10:20 +0200 +Subject: [PATCH] add extension and library version + +--- + rnp.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/rnp.c b/rnp.c +index 5b58a0b..3c89a7a 100644 +--- a/rnp.c ++++ b/rnp.c +@@ -2190,6 +2190,8 @@ PHP_MINFO_FUNCTION(rnp) + { + php_info_print_table_start(); + php_info_print_table_header(2, "rnp support", "enabled"); ++ php_info_print_table_row(2, "rnp extension version", PHP_RNP_VERSION); ++ php_info_print_table_row(2, "rnp library version", rnp_version_string()); + php_info_print_table_end(); + } + /* }}} */ -- cgit