Skip to content

Commit 6cd0365

Browse files
committed
Go with 0.3.3
1 parent 5b207e2 commit 6cd0365

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,21 @@
2727
<active>yes</active>
2828
</lead>
2929

30-
<date>2022-08-11</date>
31-
<time>14:32:37</time>
30+
<date>2025-06-19</date>
31+
<time>13:31:02</time>
3232
<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>
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 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
4345
</notes>
4446

4547
<contents>

php_geospatial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef PHP_GEOSPATIAL_H
2323
#define PHP_GEOSPATIAL_H
2424

25-
#define PHP_GEOSPATIAL_VERSION "0.3.2"
25+
#define PHP_GEOSPATIAL_VERSION "0.3.3"
2626

2727
extern zend_module_entry geospatial_module_entry;
2828
#define phpext_geospatial_ptr &geospatial_module_entry

0 commit comments

Comments
 (0)