diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-06 07:09:21 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-06 07:09:21 +0100 |
commit | d26891c0080f222d462295c9379cde5e43a2d178 (patch) | |
tree | 6b75409fcf9604a32c84886a4029f9bd57afff39 /REFLECTION | |
parent | b357a03b99fdc5d76e8ab810389def098cb47c83 (diff) |
update to 3.1.0
fix build using patch
from https://github.com/ip2location/ip2proxy-pecl/pull/6
version removed from pecl
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #85 ip2proxy version 3.0.3 ] { +Extension [ <persistent> extension #85 ip2proxy version 3.1.0 ] { - Constants [4] { Constant [ int IP2PROXY_FILE_IO ] { 0 } @@ -92,6 +92,12 @@ Extension [ <persistent> extension #85 ip2proxy version 3.0.3 ] { Parameter #0 [ <required> $ip_address ] } } + Function [ <internal:ip2proxy> function ip2proxy_get_fraud_score ] { + + - Parameters [1] { + Parameter #0 [ <required> $ip_address ] + } + } Function [ <internal:ip2proxy> function ip2proxy_get_all ] { - Parameters [1] { |