You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/pecl-xdiff/files/2.1.0_pre-php8-3.patch

40 lines
1.0 KiB

From 5458ecb8ce81e921239af1a76d6acb54cf945863 Mon Sep 17 00:00:00 2001
From: Rasmus Lerdorf <rasmus@lerdorf.com>
Date: Thu, 14 Jan 2021 15:23:43 -0800
Subject: [PATCH] Don't need these here
---
php_xdiff.h | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/php_xdiff.h b/php_xdiff.h
index de882fa..1b9a699 100644
--- a/php_xdiff.h
+++ b/php_xdiff.h
@@ -39,22 +39,6 @@ extern zend_module_entry xdiff_module_entry;
PHP_MINIT_FUNCTION(xdiff);
PHP_MINFO_FUNCTION(xdiff);
-PHP_FUNCTION(xdiff_file_diff);
-PHP_FUNCTION(xdiff_file_bdiff);
-PHP_FUNCTION(xdiff_file_patch);
-PHP_FUNCTION(xdiff_file_bpatch);
-PHP_FUNCTION(xdiff_file_merge3);
-PHP_FUNCTION(xdiff_file_rabdiff);
-PHP_FUNCTION(xdiff_file_bdiff_size);
-
-PHP_FUNCTION(xdiff_string_diff);
-PHP_FUNCTION(xdiff_string_bdiff);
-PHP_FUNCTION(xdiff_string_patch);
-PHP_FUNCTION(xdiff_string_bpatch);
-PHP_FUNCTION(xdiff_string_merge3);
-PHP_FUNCTION(xdiff_string_rabdiff);
-PHP_FUNCTION(xdiff_string_bdiff_size);
-
#endif /* PHP_XDIFF_H */
--
2.11.0