Skip to content

Releases: gasparesganga/php-shapefile

v2.1.0

17 Nov 18:26
Compare
Choose a tag to compare
  • getDBFFields() public method, which provides an array representing the fields definition in the DBF file

See release notes

v2.0.1

10 Nov 15:16
Compare
Choose a tag to compare
  • PHP 7 Uniform Variable Syntax bugfix

See release notes

v2.0.0

01 Nov 17:24
Compare
Choose a tag to compare
  • Support for Z and M shape types
  • Native DBF reading capabilities
  • All strings read from DBF are returned already encoded in utf-8
  • Code is now PHP FIG PSR-1, PSR-2 and PSR-4 compliant
  • ShapeFile namespace and ShapeFileAutoloader class
  • FLAG_SUPPRESS_Z and FLAG_SUPPRESS_M flags
  • GEOMETRY_BOTH format for getRecord() method
  • New DBF error codes
  • PHP 7 compatible
  • Support for big-endian machines
  • Some other minor code improvements

See release notes

Version 1.1

25 May 07:55
Compare
Choose a tag to compare
  • New constructor
  • New public method getPRJ(). It provides the raw WKT from the .prj file if present
  • Invalid polygons handling
  • Updated error codes

See release notes

First public release

09 Oct 13:42
Compare
Choose a tag to compare
v1.0

README