From 13fdad5a9730d2f1e1025ac08efe7e3e638e3339 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Sep 2020 09:07:44 +0200 Subject: add patches for library version 8.1 and for PHP 8 from https://github.com/chrislim2888/IP2Location-PECL-Extension/pull/8 https://github.com/chrislim2888/IP2Location-PECL-Extension/pull/9 https://github.com/chrislim2888/IP2Location-PECL-Extension/pull/10 https://github.com/chrislim2888/IP2Location-PECL-Extension/pull/11 --- REFLECTION | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 103 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 775ce61..45d46eb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,62 +1,160 @@ -Extension [ extension #100 ip2location version 8.0.1 ] { +Extension [ extension #117 ip2location version 8.0.1 ] { - Constants [4] { - Constant [ integer IP2LOCATION_FILE_IO ] { 0 } - Constant [ integer IP2LOCATION_CACHE_MEMORY ] { 1 } - Constant [ integer IP2LOCATION_SHARED_MEMORY ] { 2 } - Constant [ integer IP2LOCATION_RECORD ] { 0 } + Constant [ int IP2LOCATION_FILE_IO ] { 0 } + Constant [ int IP2LOCATION_CACHE_MEMORY ] { 1 } + Constant [ int IP2LOCATION_SHARED_MEMORY ] { 2 } + Constant [ int IP2LOCATION_RECORD ] { 0 } } - Functions { Function [ function ip2location_open ] { + + - Parameters [1] { + Parameter #0 [ $file_path ] + } } Function [ function ip2location_open_mem ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } } Function [ function ip2location_get_country_short ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_country_long ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_region ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_city ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_isp ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_latitude ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_longitude ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_domain ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_zipcode ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_timezone ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_netspeed ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_iddcode ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_areacode ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_weatherstationcode ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_weatherstationname ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_mcc ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_mnc ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_mobilebrand ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_elevation ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_usagetype ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_get_all ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } } Function [ function ip2location_close ] { + + - Parameters [0] { + } } Function [ function ip2location_delete_shm ] { + + - Parameters [0] { + } } } } -- cgit