Skip to content

Commit

Permalink
Release 5.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Mar 4, 2021
1 parent dca9ca3 commit 7b927ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 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>2020-10-05</date>
<date>2021-03-04</date>
<version>
<release>5.1.20dev</release>
<release>5.1.20</release>
<api>5.1.18</api>
</version>
<stability>
Expand Down Expand Up @@ -85,10 +85,13 @@
<file name="apc_entry_001.phpt" role="test" />
<file name="apc_entry_002.phpt" role="test" />
<file name="apc_entry_003.phpt" role="test" />
<file name="apc_entry_recursion.phpt" role="test" />
<file name="apc_inc_perf.phpt" role="test" />
<file name="apc_store_array_int_keys.phpt" role="test" />
<file name="apc_store_array_with_refs.phpt" role="test" />
<file name="apc_store_reference.phpt" role="test" />
<file name="apc_store_reference_php8.phpt" role="test" />
<file name="apc_store_string_reuse.phpt" role="test" />
<file name="apcu_sma_info.phpt" role="test" />
<file name="bug63224.phpt" role="test" />
<file name="bug76145.phpt" role="test" />
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.20-dev"
#define PHP_APCU_VERSION "5.1.20"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API zend_bool apc_is_enabled(void);
Expand Down

0 comments on commit 7b927ec

Please sign in to comment.