File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<active >yes</active >
30
30
</lead >
31
- <date >2023-11-11 </date >
31
+ <date >2024-09-21 </date >
32
32
<version >
33
- <release >5.1.24dev </release >
33
+ <release >5.1.24 </release >
34
34
<api >5.1.18</api >
35
35
</version >
36
36
<stability >
39
39
</stability >
40
40
<license uri =" http://www.php.net/license" >PHP License</license >
41
41
<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.
43
45
</notes >
44
46
<contents >
45
47
<dir name =" /" >
Original file line number Diff line number Diff line change 33
33
#include "apc.h"
34
34
#include "apc_globals.h"
35
35
36
- #define PHP_APCU_VERSION "5.1.23-dev "
36
+ #define PHP_APCU_VERSION "5.1.24 "
37
37
#define PHP_APCU_EXTNAME "apcu"
38
38
39
39
PHP_APCU_API zend_bool apc_is_enabled (void );
You can’t perform that action at this time.
0 commit comments