Releases: gasparesganga/php-shapefile
Releases · gasparesganga/php-shapefile
v2.1.0
getDBFFields()
public method, which provides an array representing the fields definition in the DBF file
See release notes
v2.0.1
- PHP 7 Uniform Variable Syntax bugfix
See release notes
v2.0.0
- 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 andShapeFileAutoloader
classFLAG_SUPPRESS_Z
andFLAG_SUPPRESS_M
flagsGEOMETRY_BOTH
format forgetRecord()
method- New DBF error codes
- PHP 7 compatible
- Support for big-endian machines
- Some other minor code improvements
See release notes
Version 1.1
- 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
v1.0 README