Skip to content

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Nov 11, 2023
1 parent 1b72569 commit 98ab20d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
33 changes: 24 additions & 9 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</lead>
<date>2023-11-11</date>
<version>
<release>5.1.23</release>
<release>5.1.24dev</release>
<api>5.1.18</api>
</version>
<stability>
Expand All @@ -39,14 +39,7 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Revert use of monotonic clock for TTL (#451)
- Fix a crash when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
- Reduce memory usage when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
- Speed up serializing arrays with `apc.serializer=default`.
- Reduce memory usage when unserializing instances of the empty array in PHP 7.3+.
- Removed no longer working apcue extension.
- Increased limit on maximum number of slots.
- Made tests compatible with PHP 8.3.
- TBD
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -192,6 +185,28 @@
<configureoption name="enable-apcu-debug" default="no" prompt="Enable internal debugging in APCu" />
</extsrcrelease>
<changelog>
<release>
<date>2023-11-11</date>
<version>
<release>5.1.23</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>
- Revert use of monotonic clock for TTL (#451)
- Fix a crash when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
- Reduce memory usage when serializing packed arrays (e.g. lists) in PHP 8.2+ with `apc.serializer=default`.
- Speed up serializing arrays with `apc.serializer=default`.
- Reduce memory usage when unserializing instances of the empty array in PHP 7.3+.
- Removed no longer working apcue extension.
- Increased limit on maximum number of slots.
- Made tests compatible with PHP 8.3.
</notes>
</release>
<release>
<date>2022-09-19</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.23"
#define PHP_APCU_VERSION "5.1.23-dev"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API zend_bool apc_is_enabled(void);
Expand Down

0 comments on commit 98ab20d

Please sign in to comment.