Skip to content

Commit 77433e9

Browse files
committed
fixes & enhancements
1 parent 8bed735 commit 77433e9

2 files changed

Lines changed: 320 additions & 173 deletions

File tree

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
Revision History for PHP Module for IP2Location
22

3+
7.2.2 Thu Jul 30 10:27:55 2015
4+
* Fixes:
5+
6+
- Defended against 32 bit overflow in a couple more places.
7+
- Added checks for default / unset / infinite memory limits.
8+
- Fixed lookup function, in order for it to consistently return the correct datatype.
9+
10+
11+
* Enhancements:
12+
13+
- Cached the result of the memory limit calculation in order not to recheck it for each instantiation.
14+
15+
16+
* Additions:
17+
18+
- Added exception code constants to ease the handling of exceptional conditions in the client.
19+
- Added the ability to set default returned fields on construction, in order not to have to pass them around constantly.
20+
21+
322
7.2.0 Wed Jul 29 14:07:23 2015
423
**Special thanks to Mariano (mariano.perez.rodriguez [at] gmail.com) for working on this release**
524

0 commit comments

Comments
 (0)