Skip to content

Releases: OOPS-ORG-PHP/mod_geoip

2.0.4

14 May 07:57
Compare
Choose a tag to compare

V2 branch doesn't support PHP 5 and before.
If you want to use on PHP 5 and before, use 1.x branch.

Chanages

  • Support PHP 8.0

1.1.3

14 May 07:54
Compare
Choose a tag to compare

V1 branch doesn't support PHP 7 and after.
If you want to use on PHP 7 and after, use 2.x branch.

Changes

  • confirmed PHP 5.5/5.6
  • #4 fixed GeoIP_open segfault
  • #5 fixed error: unknown type name ‘zend_error_handling’ in PHP 5.2
  • #6 fixed error: macro "ZEND_ME_MAPPING" passed 4 arguments, but takes just 3 in PHP 5.0/5.1
  • #7 fixed build failure PHP 4

2.0.3

27 May 14:42
Compare
Choose a tag to compare

Chanages

  • Support PHP 7.4

2.0.2

10 Jun 16:44
Compare
Choose a tag to compare

Changes

  • PHP 7.3 support
  • fixed zend_list_delete to zend_list_close

2.0.1

08 Jul 19:04
Compare
Choose a tag to compare

Changes

  • fixed memory leak (0f77426)
  • fixed remove db handle after oop construction (43c9dfa)
  • fixed segfault when reuse construction variable (101a847)
  • support Exception on non-oops mode (ec7e8f8)
  • enhanced error message (0e8346a)

2.0.0

08 Jul 19:07
Compare
Choose a tag to compare

Changes

  • support PHP 7
  • unsupport PHP 5 and before

1.1.2

08 Jul 19:08
Compare
Choose a tag to compare

Changes

  • support PHP 5.4
  • support 64bit library check
  • fixed deprecated zend_get_parameters_ex
  • support OOP

1.1.1

10 Jun 16:36
Compare
Choose a tag to compare

Changes

  • fixed memory leak of GeoIPCity GeoIPISP

1.1.0

10 Jun 16:35
Compare
Choose a tag to compare

Changes

  • fixed memory leak
  • support GeoIPISP
  • support GeoIPCITY
  • support GeoIPORG

1.0.0

10 Jun 16:34
Compare
Choose a tag to compare

first release