File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 27
27
<active >yes</active >
28
28
</lead >
29
29
30
- <date >2021-01-28 </date >
31
- <time >13:22:31 </time >
30
+ <date >2022-08-11 </date >
31
+ <time >14:32:37 </time >
32
32
<version >
33
- <release >0.3.1 </release >
34
- <api >0.3.1 </api >
33
+ <release >0.3.2 </release >
34
+ <api >0.3.2 </api >
35
35
</version >
36
36
<stability >
37
37
<release >beta</release >
38
38
<api >beta</api >
39
39
</stability >
40
40
<license uri =" http://www.php.net/license" >PHP 3.01</license >
41
41
<notes >
42
- - Added support for PHP 8
43
- - Drop support for PHP 5
42
+ - Fixed a bug with polar_to_cartesian and cartesian_to_polar having the wrong arginfo
44
43
</notes >
45
44
46
45
<contents >
Original file line number Diff line number Diff line change 22
22
#ifndef PHP_GEOSPATIAL_H
23
23
#define PHP_GEOSPATIAL_H
24
24
25
- #define PHP_GEOSPATIAL_VERSION "0.3.1 "
25
+ #define PHP_GEOSPATIAL_VERSION "0.3.2 "
26
26
27
27
extern zend_module_entry geospatial_module_entry ;
28
28
#define phpext_geospatial_ptr &geospatial_module_entry
You can’t perform that action at this time.
0 commit comments