summaryrefslogtreecommitdiff
path: root/dev-php/pecl-xdiff/files/2.1.0_pre-php8-3.patch
blob: e41155467973ce4cd09663b22e7035343501597b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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