Skip to content

Commit 62e6798

Browse files
committed
Release apcu 5.1.24
1 parent 12e92f8 commit 62e6798

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
<email>[email protected]</email>
2929
<active>yes</active>
3030
</lead>
31-
<date>2023-11-11</date>
31+
<date>2024-09-21</date>
3232
<version>
33-
<release>5.1.24dev</release>
33+
<release>5.1.24</release>
3434
<api>5.1.18</api>
3535
</version>
3636
<stability>
@@ -39,7 +39,9 @@
3939
</stability>
4040
<license uri="http://www.php.net/license">PHP License</license>
4141
<notes>
42-
- TBD
42+
- Make compatible with PHP 8.4.
43+
- apc.php: Preserve search parameter when deleting entry.
44+
- apc.PHP: Allow arbitrary search regex.
4345
</notes>
4446
<contents>
4547
<dir name="/">

php_apc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "apc.h"
3434
#include "apc_globals.h"
3535

36-
#define PHP_APCU_VERSION "5.1.23-dev"
36+
#define PHP_APCU_VERSION "5.1.24"
3737
#define PHP_APCU_EXTNAME "apcu"
3838

3939
PHP_APCU_API zend_bool apc_is_enabled(void);

0 commit comments

Comments
 (0)