File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 27
27
<active >yes</active >
28
28
</lead >
29
29
30
- <date >2022-08-11 </date >
31
- <time >14:32:37 </time >
30
+ <date >2025-06-19 </date >
31
+ <time >13:31:02 </time >
32
32
<version >
33
- <release >0.3.2 </release >
34
- <api >0.3.2 </api >
33
+ <release >0.3.3 </release >
34
+ <api >0.3.3 </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
- - Fixed a bug with polar_to_cartesian and cartesian_to_polar having the wrong arginfo
42
+ - Drop support for PHP 7
43
+ - Added support for PIE
44
+ - Convert extension to use stubs files
43
45
</notes >
44
46
45
47
<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.2 "
25
+ #define PHP_GEOSPATIAL_VERSION "0.3.3 "
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