Releases: funiq/geoPHP
Releases · funiq/geoPHP
funiq/geoPHP v2.0.3
Add support for PHP 8.2
funiq/geoPHP v2.0.2
- fix PHP version in composer
- setSrid() raised an error on PHP 8.1, when used with Geos is enabled
funiq/geoPHP v2.0.1
- initial support for PHP 8.1
- fix detecting EWKB
funiq/geoPHP v2.0
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