Skip to content

Commit 1da8718

Browse files
committed
Release 5.1.21
1 parent 9241117 commit 1da8718

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>2021-03-04</date>
31+
<date>2021-10-07</date>
3232
<version>
33-
<release>5.1.21dev</release>
33+
<release>5.1.21</release>
3434
<api>5.1.18</api>
3535
</version>
3636
<stability>
@@ -50,12 +50,14 @@
5050
<file name="apc_001.phpt" role="test" />
5151
<file name="apc_002.phpt" role="test" />
5252
<file name="apc_003b.phpt" role="test" />
53+
<file name="apc_003b_legacy.phpt" role="test" />
5354
<file name="apc_004.phpt" role="test" />
5455
<file name="apc_005.phpt" role="test" />
5556
<file name="apc_005b.phpt" role="test" />
5657
<file name="apc_005c.phpt" role="test" />
5758
<file name="apc_006.phpt" role="test" />
5859
<file name="apc_006_php73.phpt" role="test" />
60+
<file name="apc_006_php81.phpt" role="test" />
5961
<file name="apc_007.phpt" role="test" />
6062
<file name="apc_008.phpt" role="test" />
6163
<file name="apc_010.phpt" role="test" />
@@ -110,6 +112,7 @@
110112
<file name="iterator_008.phpt" role="test" />
111113
<file name="iterator_009.phpt" role="test" />
112114
<file name="iterator_010.phpt" role="test" />
115+
<file name="iterator_011.phpt" role="test" />
113116
<file name="not_enough_shm.phpt" role="test" />
114117
<file name="server_test.inc" role="test" />
115118
<file name="skipif.inc" 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.21-dev"
36+
#define PHP_APCU_VERSION "5.1.21"
3737
#define PHP_APCU_EXTNAME "apcu"
3838

3939
PHP_APCU_API zend_bool apc_is_enabled(void);

0 commit comments

Comments
 (0)