Skip to content

Commit b1163e8

Browse files
committed
Back to dev
1 parent 62e6798 commit b1163e8

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.xml

+19-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</lead>
3131
<date>2024-09-21</date>
3232
<version>
33-
<release>5.1.24</release>
33+
<release>5.1.25-dev</release>
3434
<api>5.1.18</api>
3535
</version>
3636
<stability>
@@ -39,9 +39,7 @@
3939
</stability>
4040
<license uri="http://www.php.net/license">PHP License</license>
4141
<notes>
42-
- Make compatible with PHP 8.4.
43-
- apc.php: Preserve search parameter when deleting entry.
44-
- apc.PHP: Allow arbitrary search regex.
42+
- TBD
4543
</notes>
4644
<contents>
4745
<dir name="/">
@@ -187,6 +185,23 @@
187185
<configureoption name="enable-apcu-debug" default="no" prompt="Enable internal debugging in APCu" />
188186
</extsrcrelease>
189187
<changelog>
188+
<release>
189+
<date>2024-09-21</date>
190+
<version>
191+
<release>5.1.24</release>
192+
<api>5.1.18</api>
193+
</version>
194+
<stability>
195+
<release>stable</release>
196+
<api>stable</api>
197+
</stability>
198+
<license uri="http://www.php.net/license">PHP License</license>
199+
<notes>
200+
- Make compatible with PHP 8.4.
201+
- apc.php: Preserve search parameter when deleting entry.
202+
- apc.php: Allow arbitrary search regex.
203+
</notes>
204+
</release>
190205
<release>
191206
<date>2023-11-11</date>
192207
<version>

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.24"
36+
#define PHP_APCU_VERSION "5.1.25-dev"
3737
#define PHP_APCU_EXTNAME "apcu"
3838

3939
PHP_APCU_API zend_bool apc_is_enabled(void);

0 commit comments

Comments
 (0)