Skip to content

Commit bebd73d

Browse files
committed
upgrade: version to 0.18.1
1 parent a710f26 commit bebd73d

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,18 @@
1010
<email>kjdev@php.net</email>
1111
<active>yes</active>
1212
</lead>
13-
<date>2025-06-16</date>
13+
<date>2025-08-12</date>
1414
<version>
15-
<release>0.18.0</release>
16-
<api>0.18.0</api>
15+
<release>0.18.1</release>
16+
<api>0.18.1</api>
1717
</version>
1818
<stability>
1919
<release>stable</release>
2020
<api>stable</api>
2121
</stability>
2222
<license>MIT</license>
2323
<notes>
24-
- add: BROTLI_VERSION_TEXT and BROTLI_VERSION_NUMBER constants
25-
- change!: remove length argument for brotli_uncompress()
26-
- remove: BROTLI_LIB_VERSION that is no longer needed
27-
- fix: memory leak
28-
- refactor: change library version acquisition in ZEND_MINFO_FUNCTION to constant
29-
- refactor: zend parse parameters sets the return value on error to false
24+
-
3025
</notes>
3126
<contents>
3227
<dir name="/">

php_brotli.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
extern "C" {
66
#endif
77

8-
#define BROTLI_EXT_VERSION "0.18.0"
8+
#define BROTLI_EXT_VERSION "0.18.1"
99
#define BROTLI_NS "Brotli"
1010

1111
/* brotli */

0 commit comments

Comments
 (0)