From 0e56f892ce7c3835d969479a6924a4f79204fc56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Nov 2020 14:48:26 +0100 Subject: add patch to improve configure output from https://github.com/chrislim2888/IP2Location-PECL-Extension/pull/13 add patch for ip2location_bin_version in 8.3.1 from https://github.com/chrislim2888/IP2Location-PECL-Extension/pull/15 --- REFLECTION | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5cf839f..6b1b69e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 ip2location version 8.0.1 ] { +Extension [ extension #78 ip2location version 8.0.1 ] { - Constants [4] { Constant [ int IP2LOCATION_FILE_IO ] { 0 } @@ -153,6 +153,11 @@ Extension [ extension #116 ip2location version 8.0.1 ] { } Function [ function ip2location_delete_shm ] { + - Parameters [0] { + } + } + Function [ function ip2location_bin_version ] { + - Parameters [0] { } } -- cgit