Skip to content

Commit

Permalink
back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 5, 2020
1 parent f61ac8f commit 392eb9d
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>2020-10-05</date>
<version>
<release>5.1.19</release>
<release>5.1.20dev</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>
- Fixed apcu_store() with integer keys (#388).
- Made apc.use_request_time=0 the default (#391).
- Made apcu compatible with PHP 8.0.
-
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -183,6 +181,23 @@
<configureoption name="enable-apcu-debug" default="no" prompt="Enable internal debugging in APCu" />
</extsrcrelease>
<changelog>
<release>
<date>2020-10-05</date>
<version>
<release>5.1.19</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>
- Fixed apcu_store() with integer keys (#388).
- Made apc.use_request_time=0 the default (#391).
- Made apcu compatible with PHP 8.0.
</notes>
</release>
<release>
<date>2019-10-28</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.19"
#define PHP_APCU_VERSION "5.1.20-dev"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API zend_bool apc_is_enabled(void);
Expand Down

0 comments on commit 392eb9d

Please sign in to comment.