The library shows a depreciation warning on these lines: - https://github.com/ip2location/ip2proxy-php/blob/master/src/Database.php#L693 - https://github.com/ip2location/ip2proxy-php/blob/master/src/Database.php#L1030 However, the function shmTeardown is not used at all and could be removed. A similar issue was fixed in this PR https://github.com/ip2location/ip2proxy-php/pull/17
The library shows a depreciation warning on these lines:
A similar issue was fixed in this PR #17