Skip to content

Commit c1ff2c1

Browse files
authored
Merge pull request #54 from TysonAndre/fix-license
Fix license metadata in package.xml, match LICENSE file
2 parents af6270e + ff154a1 commit c1ff2c1

2 files changed

Lines changed: 23 additions & 7 deletions

File tree

package.xml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,24 @@
1616
<email>1054636713@qq.com</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2022-08-29</date>
19+
<date>2022-08-30</date>
2020
<version>
21-
<release>2.0.1</release>
22-
<api>2.0.1</api>
21+
<release>2.0.2</release>
22+
<api>2.0.2</api>
2323
</version>
2424
<stability>
2525
<release>stable</release>
2626
<api>stable</api>
2727
</stability>
28-
<license uri="https://www.php.net/license/3_0.txt">PHP License</license>
28+
<license uri="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
2929
<notes>
30-
* On 32-bit builds, convert decoded 64-bit integers to floats if they would be out of range.
30+
* Fix license metadata in package.xml
3131
</notes>
3232
<contents>
3333
<dir name="/">
3434
<file name="CMakeLists.txt" role="src"/>
3535
<file name="config.m4" role="src"/>
36+
<file name="config.w32" role="src"/>
3637
<file name="CREDITS" role="doc"/>
3738
<file name="LICENSE" role="doc"/>
3839
<file name="php_simdjson.h" role="src"/>
@@ -85,6 +86,21 @@
8586
<providesextension>simdjson</providesextension>
8687
<extsrcrelease/>
8788
<changelog>
89+
<release>
90+
<date>2022-08-29</date>
91+
<version>
92+
<release>2.0.1</release>
93+
<api>2.0.1</api>
94+
</version>
95+
<stability>
96+
<release>stable</release>
97+
<api>stable</api>
98+
</stability>
99+
<license uri="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
100+
<notes>
101+
* On 32-bit builds, convert decoded 64-bit integers to floats if they would be out of range.
102+
</notes>
103+
</release>
88104
<release>
89105
<date>2022-08-15</date>
90106
<version>
@@ -95,7 +111,7 @@
95111
<release>stable</release>
96112
<api>stable</api>
97113
</stability>
98-
<license uri="https://www.php.net/license/3_0.txt">PHP License</license>
114+
<license uri="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</license>
99115
<notes>
100116
* Initial PECL release
101117
</notes>

php_simdjson.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
extern zend_module_entry simdjson_module_entry;
1818
#define phpext_simdjson_ptr &simdjson_module_entry
1919

20-
#define PHP_SIMDJSON_VERSION "2.0.1"
20+
#define PHP_SIMDJSON_VERSION "2.0.2"
2121
#define SIMDJSON_SUPPORT_URL "https://github.com/crazyxman/simdjson_php"
2222
#define SIMDJSON_PARSE_FAIL 0
2323
#define SIMDJSON_PARSE_SUCCESS 1

0 commit comments

Comments
 (0)