summaryrefslogtreecommitdiffstats
path: root/ip2proxy-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ip2proxy-build.patch')
-rw-r--r--ip2proxy-build.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ip2proxy-build.patch b/ip2proxy-build.patch
deleted file mode 100644
index d38922e..0000000
--- a/ip2proxy-build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 4b1ed2a22748f4adb7a5e30df9284147601ccd66 Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Thu, 6 Feb 2025 06:44:46 +0100
-Subject: [PATCH] missing brackets
-
----
- ip2proxy.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ip2proxy.c b/ip2proxy.c
-index 0914c00..622f7ee 100644
---- a/ip2proxy.c
-+++ b/ip2proxy.c
-@@ -47,7 +47,7 @@ static zend_function_entry ip2proxy_functions_entry[] = {
- PHP_FE(ip2proxy_get_last_seen, ip2proxy_ip_address)
- PHP_FE(ip2proxy_get_threat, ip2proxy_ip_address)
- PHP_FE(ip2proxy_get_provider, ip2proxy_ip_address)
-- PHP_FE(ip2proxy_get_fraud_score, ip2proxy_ip_address
-+ PHP_FE(ip2proxy_get_fraud_score, ip2proxy_ip_address)
- PHP_FE(ip2proxy_get_all, ip2proxy_ip_address)
- PHP_FE(ip2proxy_close, ip2proxy_void)
- PHP_FE(ip2proxy_delete_shm, ip2proxy_void)