|
10 | 10 | <email>kjdev@php.net</email> |
11 | 11 | <active>yes</active> |
12 | 12 | </lead> |
13 | | - <date>2025-08-12</date> |
| 13 | + <date>2025-08-17</date> |
14 | 14 | <version> |
15 | | - <release>0.15.0</release> |
16 | | - <api>0.15.0</api> |
| 15 | + <release>0.15.1</release> |
| 16 | + <api>0.15.1</api> |
17 | 17 | </version> |
18 | 18 | <stability> |
19 | 19 | <release>stable</release> |
20 | 20 | <api>stable</api> |
21 | 21 | </stability> |
22 | 22 | <license>MIT</license> |
23 | 23 | <notes> |
24 | | -- feat: Incremental Compression: Added zstd_(un)compress_init() and zstd_(un)compress_add() functions for streaming compression |
25 | | -- feat: ZstdContext Classes: Introduced Zstd\Compress\Context and Zstd\Uncompress\Context classes for object-oriented streaming |
26 | | -- feat: Dictionary Support: Added dictionary parameter to compress and uncompress functions |
27 | | -- feat: Named Arguments: Support for PHP 8.0+ named arguments |
28 | | -- update: Zstd Library: Updated to zstd 1.5.7 |
29 | | -- update: Constants Unification: Renamed constants for consistency: |
30 | | - - LIBZSTD_VERSION_NUMBER → ZSTD_VERSION_NUMBER |
31 | | - - LIBZSTD_VERSION_STRING → ZSTD_VERSION_STRING |
32 | | - - Default compression level now uses ZSTD_CLEVEL_DEFAULT |
33 | | -- experimental: DCZ Support: Experimental compression dictionary transport support in output handler |
34 | | -- improve: Refactored internal compression/decompression to use stream-based approach with php_zstd_context{} |
35 | | -- improve: Enhanced output handler with dictionary support |
36 | | -- improve: Error handling and memory management |
37 | | -- fix: streaming compressed data with zstd_uncompress_dict() |
38 | | -- fix: improved output handler context initialization |
| 24 | +- fix: disable dcb encoding when dictionary loading fails |
39 | 25 | </notes> |
40 | 26 | <contents> |
41 | 27 | <dir name="/"> |
|
176 | 162 | <file name="ob_dcz_002.phpt" role="test" /> |
177 | 163 | <file name="ob_dcz_003.phpt" role="test" /> |
178 | 164 | <file name="ob_dcz_004.phpt" role="test" /> |
| 165 | + <file name="ob_dcz_005.phpt" role="test" /> |
179 | 166 | <file name="ob_skipif.inc" role="test" /> |
180 | 167 | <file name="streaming.zst" role="test" /> |
181 | 168 | <file name="streams_1.phpt" role="test" /> |
|
0 commit comments