Skip to content

Commit 25a192c

Browse files
committed
release v3.3.0RC1
- Add #515 option to locally enforce payload size limit - Add #539 zstd support - Add #540 compression_level option - Mark password as a sensitive param for PHP 8.2 - Fix Windows PHP 8 compatibility - Fix #518 Windows msgpack support - Fix #522 signed integer overflow - Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token - Fix #546 don't check key automatically, unless client-side verify_key is enabled
1 parent 2719e1e commit 25a192c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
3333
<email>[email protected]</email>
3434
<active>yes</active>
3535
</lead>
36-
<date>2024-09-26</date>
36+
<lead>
37+
<name>Michael Wallner</name>
38+
<user>mike</user>
39+
<email>[email protected]</email>
40+
<active>yes</active>
41+
</lead>
42+
<date>2024-10-04</date>
3743
<version>
3844
<release>3.3.0RC1</release>
3945
<api>3.3.0</api>

0 commit comments

Comments
 (0)