Skip to content

Commit

Permalink
Release apcu 5.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 21, 2024
1 parent 12e92f8 commit 62e6798
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<email>nikic@php.net</email>
<active>yes</active>
</lead>
<date>2023-11-11</date>
<date>2024-09-21</date>
<version>
<release>5.1.24dev</release>
<release>5.1.24</release>
<api>5.1.18</api>
</version>
<stability>
Expand All @@ -39,7 +39,9 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- TBD
- Make compatible with PHP 8.4.
- apc.php: Preserve search parameter when deleting entry.
- apc.PHP: Allow arbitrary search regex.
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_apc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "apc.h"
#include "apc_globals.h"

#define PHP_APCU_VERSION "5.1.23-dev"
#define PHP_APCU_VERSION "5.1.24"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API zend_bool apc_is_enabled(void);
Expand Down

0 comments on commit 62e6798

Please sign in to comment.