File tree Expand file tree Collapse file tree 2 files changed +9
-28
lines changed
Expand file tree Collapse file tree 2 files changed +9
-28
lines changed Original file line number Diff line number Diff line change 2727 <active >yes</active >
2828 </lead >
2929
30- <date >2017-12-29 </date >
31- <time >12:06:18 </time >
30+ <date >2019-01-08 </date >
31+ <time >11:35:54 </time >
3232 <version >
33- <release >0.2.0 </release >
34- <api >0.2.0 </api >
33+ <release >0.2.1 </release >
34+ <api >0.2.1 </api >
3535 </version >
3636 <stability >
3737 <release >beta</release >
3838 <api >beta</api >
3939 </stability >
4040 <license uri =" http://www.php.net/license" >PHP 3.01</license >
4141 <notes >
42- - Fixed issue #16: Segfault on rdp_simplify for GeoJSON
43- - Add Travis tests (Emir Beganovic)
44- - Fixed issue #20: Add Geo Hashing functions geohash_encode and geohash_decode. (Emir Beganovic)
42+ - Fixed issue #22: Compile failure with PHP 5.6 on Windows using VC11
43+ - Fixed issue #26: Initial Bearing Calculation Error
44+ - Fix possible integer overflow in memory allocation with negative precision in
45+ geohash_encode (Emir Beganovic)
4546 </notes >
4647
4748 <contents >
7071 </dependencies >
7172 <providesextension >geospatial</providesextension >
7273 <extsrcrelease />
73- <changelog >
74-
75- <release >
76- <date >2015-12-04</date >
77- <time >18:56:58</time >
78- <version >
79- <release >0.1.0</release >
80- <api >0.1.0</api >
81- </version >
82- <stability >
83- <release >beta</release >
84- <api >beta</api >
85- </stability >
86- <license uri =" http://www.php.net/license" >PHP 3.01</license >
87- <notes >
88- Initial release on PECL (with PHP 7 support).
89- </notes >
90- </release >
91-
92- </changelog >
9374</package >
9475<!--
9576vim:et:ts=1:sw=1
Original file line number Diff line number Diff line change 2222#ifndef PHP_GEOSPATIAL_H
2323#define PHP_GEOSPATIAL_H
2424
25- #define PHP_GEOSPATIAL_VERSION "0.2.1-dev "
25+ #define PHP_GEOSPATIAL_VERSION "0.2.1"
2626
2727extern zend_module_entry geospatial_module_entry ;
2828#define phpext_geospatial_ptr &geospatial_module_entry
You can’t perform that action at this time.
0 commit comments