Skip to content

Commit bd5f344

Browse files
bump
1 parent 5d40be4 commit bd5f344

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

package.xml

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<email>[email protected]</email>
2323
<active>yes</active>
2424
</lead>
25-
<date>2025-01-29</date>
25+
<date>2025-06-11</date>
2626
<version>
27-
<release>1.2.6</release>
27+
<release>1.2.7</release>
2828
<api>1.2.0</api>
2929
</version>
3030
<stability>
@@ -33,10 +33,9 @@
3333
</stability>
3434
<license uri="http://www.php.net/license">PHP License</license>
3535
<notes>
36-
- fix/update Windows CI #330
37-
- upgrade docker images and add PHP 8.4 containers #331
38-
- support in-tree build #334
39-
- support building via pie #335, #336
36+
- Crash less and allow more cyclomatic refs #339
37+
- Update docs #340
38+
- Fix PHP-FPM POST bug #343
4039
</notes>
4140
<contents>
4241
<dir name="/">
@@ -270,6 +269,24 @@
270269
<providesextension>parallel</providesextension>
271270
<extsrcrelease/>
272271
<changelog>
272+
<release>
273+
<date>2025-01-29</date>
274+
<version>
275+
<release>1.2.6</release>
276+
<api>1.2.0</api>
277+
</version>
278+
<stability>
279+
<release>stable</release>
280+
<api>stable</api>
281+
</stability>
282+
<license uri="http://www.php.net/license">PHP License</license>
283+
<notes>
284+
- fix/update Windows CI #330
285+
- upgrade docker images and add PHP 8.4 containers #331
286+
- support in-tree build #334
287+
- support building via pie #335, #336
288+
</notes>
289+
</release>
273290
<release>
274291
<date>2024-11-04</date>
275292
<version>
@@ -317,7 +334,7 @@
317334
- CI: fix Windows tests #304
318335
- CI: updated to PHP 8.3.9 #305
319336
- FrankenPHP support: unlock mutex in case of `zend_bailout` #314
320-
- Make `request_info` from SAPI globals accessible in threads #307
337+
- Make `request_info` from SAPI globals accessible in threads #307
321338
</notes>
322339
</release>
323340
<release>

0 commit comments

Comments
 (0)