Skip to content

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 21, 2024
1 parent 62e6798 commit b1163e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</lead>
<date>2024-09-21</date>
<version>
<release>5.1.24</release>
<release>5.1.25-dev</release>
<api>5.1.18</api>
</version>
<stability>
Expand All @@ -39,9 +39,7 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Make compatible with PHP 8.4.
- apc.php: Preserve search parameter when deleting entry.
- apc.PHP: Allow arbitrary search regex.
- TBD
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -187,6 +185,23 @@
<configureoption name="enable-apcu-debug" default="no" prompt="Enable internal debugging in APCu" />
</extsrcrelease>
<changelog>
<release>
<date>2024-09-21</date>
<version>
<release>5.1.24</release>
<api>5.1.18</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Make compatible with PHP 8.4.
- apc.php: Preserve search parameter when deleting entry.
- apc.php: Allow arbitrary search regex.
</notes>
</release>
<release>
<date>2023-11-11</date>
<version>
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.24"
#define PHP_APCU_VERSION "5.1.25-dev"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API zend_bool apc_is_enabled(void);
Expand Down

0 comments on commit b1163e8

Please sign in to comment.