Skip to content

Releases: funiq/geoPHP

funiq/geoPHP v2.0.3

08 Nov 10:08
Compare
Choose a tag to compare

Add support for PHP 8.2

funiq/geoPHP v2.0.2

01 Sep 12:22
Compare
Choose a tag to compare
  • fix PHP version in composer
  • setSrid() raised an error on PHP 8.1, when used with Geos is enabled

funiq/geoPHP v2.0.1

08 Jul 15:02
Compare
Choose a tag to compare
  • initial support for PHP 8.1
  • fix detecting EWKB

funiq/geoPHP v2.0

05 Jul 09:58
42ba83c
Compare
Choose a tag to compare

This is the first release of funiq/geoPHP since forked from the awesome phayes/geoPHP. The key changes compared to the original geoPHP 1.2:

  • supports PHP versions from 5.5 to 8.0
  • supports Z and M in Geometries and all Adapters (where applicable)
  • supports EMPTY geometry
  • complete centroid calculation, now using de facto standard weighted method
  • rewritten WKB and EWKB adapter, supporting big endian, Z and M coordinates and SRID
  • new TWKB adapter
  • new experimental OSM adapter
  • reduced memory usage
  • improved performance of Geometries
  • improved input type detection
  • better compatibility with the OGC Simple Features specification
  • add unit tests