Skip to content

Commit bfcd9e7

Browse files
committed
back to dev
1 parent b0b8269 commit bfcd9e7

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

package.xml

+28-13
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
4141
</lead>
4242
<date>2024-10-17</date>
4343
<version>
44-
<release>3.3.0</release>
44+
<release>3.3.1dev</release>
4545
<api>3.3.0</api>
4646
</version>
4747
<stability>
48-
<release>stable</release>
48+
<release>beta</release>
4949
<api>stable</api>
5050
</stability>
5151
<license uri="http://www.php.net/license">PHP</license>
5252
<notes>
53-
- Add #515 option to locally enforce payload size limit
54-
- Add #539 zstd support
55-
- Add #540 compression_level option
56-
- Mark password as a sensitive param for PHP 8.2
57-
- Upgrade Windows libmemcached to v1.1.4
58-
- Fix Windows PHP 8 compatibility
59-
- Fix #518 Windows msgpack support
60-
- Fix #522 signed integer overflow
61-
- Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token
62-
- Fix #546 don't check key automatically, unless client-side verify_key is enabled
63-
- Fix #555 incompatible pointer types (32-bit)
53+
-
6454
</notes>
6555
<contents>
6656
<dir name="/">
@@ -231,6 +221,31 @@ http://pear.php.net/dtd/package-2.0.xsd">
231221
<configureoption name="enable-memcached-session" prompt="enable sessions" default="yes"/>
232222
</extsrcrelease>
233223
<changelog>
224+
<release>
225+
<date>2024-10-17</date>
226+
<version>
227+
<release>3.3.0</release>
228+
<api>3.3.0</api>
229+
</version>
230+
<stability>
231+
<release>stable</release>
232+
<api>stable</api>
233+
</stability>
234+
<license uri="http://www.php.net/license">PHP</license>
235+
<notes>
236+
- Add #515 option to locally enforce payload size limit
237+
- Add #539 zstd support
238+
- Add #540 compression_level option
239+
- Mark password as a sensitive param for PHP 8.2
240+
- Upgrade Windows libmemcached to v1.1.4
241+
- Fix Windows PHP 8 compatibility
242+
- Fix #518 Windows msgpack support
243+
- Fix #522 signed integer overflow
244+
- Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token
245+
- Fix #546 don't check key automatically, unless client-side verify_key is enabled
246+
- Fix #555 incompatible pointer types (32-bit)
247+
</notes>
248+
</release>
234249
<release>
235250
<date>2022-03-24</date>
236251
<version>

php_memcached.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# include "config.h"
3131
#endif
3232

33-
#define PHP_MEMCACHED_VERSION "3.3.0"
33+
#define PHP_MEMCACHED_VERSION "3.3.1dev"
3434

3535
#if defined(PHP_WIN32) && defined(MEMCACHED_EXPORTS)
3636
#define PHP_MEMCACHED_API __declspec(dllexport)

0 commit comments

Comments
 (0)