Skip to content

Commit 7b927ec

Browse files
committedMar 4, 2021
Release 5.1.20
1 parent dca9ca3 commit 7b927ec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎package.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
<email>nikic@php.net</email>
2929
<active>yes</active>
3030
</lead>
31-
<date>2020-10-05</date>
31+
<date>2021-03-04</date>
3232
<version>
33-
<release>5.1.20dev</release>
33+
<release>5.1.20</release>
3434
<api>5.1.18</api>
3535
</version>
3636
<stability>
@@ -85,10 +85,13 @@
8585
<file name="apc_entry_001.phpt" role="test" />
8686
<file name="apc_entry_002.phpt" role="test" />
8787
<file name="apc_entry_003.phpt" role="test" />
88+
<file name="apc_entry_recursion.phpt" role="test" />
8889
<file name="apc_inc_perf.phpt" role="test" />
8990
<file name="apc_store_array_int_keys.phpt" role="test" />
91+
<file name="apc_store_array_with_refs.phpt" role="test" />
9092
<file name="apc_store_reference.phpt" role="test" />
9193
<file name="apc_store_reference_php8.phpt" role="test" />
94+
<file name="apc_store_string_reuse.phpt" role="test" />
9295
<file name="apcu_sma_info.phpt" role="test" />
9396
<file name="bug63224.phpt" role="test" />
9497
<file name="bug76145.phpt" role="test" />

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

3939
PHP_APCU_API zend_bool apc_is_enabled(void);

0 commit comments

Comments
 (0)
Failed to load comments.