Skip to content

Commit 49476da

Browse files
rudi-augmentclaude
andcommitted
Update package.xml for v1.8.0 PECL release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1f4b8e5 commit 49476da

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

package.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,25 @@
1616
<email>krakjoe@php.net</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2025-05-02</date>
20-
<time>09:38:00</time>
19+
<date>2026-04-10</date>
20+
<time>00:00:00</time>
2121
<version>
22-
<release>1.6.0</release>
23-
<api>1.6.0</api>
22+
<release>1.8.0</release>
23+
<api>1.8.0</api>
2424
</version>
2525
<stability>
2626
<release>stable</release>
2727
<api>stable</api>
2828
</stability>
2929
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
3030
<notes>
31-
- Support for PHP 8.4 @simPod
31+
- Drop PHP &lt; 8.2, require PHP &gt;= 8.2
32+
- Implement __serialize/__unserialize (O: format), replacing Serializable (C:)
33+
- Fix sort/ksort to accept null comparators (#134)
34+
- Support nested sort comparators via FCI save/restore (#48)
35+
- Guard allocate against negative capacity (#33)
36+
- Update CI for PHP 8.2-8.5, PHPUnit 11 (#213)
37+
- Remove legacy Serializable and pre-8.2 compat code
3238
</notes>
3339
<contents>
3440
<dir name="/">

0 commit comments

Comments
 (0)