diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-05 08:27:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-05 08:27:30 +0200 |
commit | dfd730dd45078c4305cd6fff8ed5ebba3c700665 (patch) | |
tree | 3399ecea6f14d2f4094aa2b5192d877cc6acfb8d /3.patch | |
parent | 3e384da098d723fea36809c28abe68e4712a5c51 (diff) |
update to 0.2.0
drop patches merged upstream
Diffstat (limited to '3.patch')
-rw-r--r-- | 3.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/3.patch b/3.patch deleted file mode 100644 index f5726a8..0000000 --- a/3.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 05b5abd244759ad8cd18d0a7d0b17109ace3800f Mon Sep 17 00:00:00 2001 -From: Remi Collet <remi@remirepo.net> -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(); - } - /* }}} */ |