File tree Expand file tree Collapse file tree 2 files changed +16
-20
lines changed Expand file tree Collapse file tree 2 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 18
18
</para >
19
19
<para >
20
20
The first APCu codebase was versioned 4.0.0, it was forked from the head of the APC master branch at the time.
21
- </para >
22
- <para >
23
- PHP 7 support is available as of APCu 5.0.0.
24
- </para >
25
- <para >
26
- APCu can provide a compatibility mode, such that it can provide a drop in replacement for the applicable parts of APC.
21
+ PHP 7 support is available as of APCu 5.0.0. PHP 8 support is available as of APCu 5.1.19.
27
22
</para >
28
23
</preface >
29
24
Original file line number Diff line number Diff line change 15
15
&pecl.info;
16
16
<link xlink : href =" &url.pecl.package; apcu" >&url.pecl.package; apcu</link >.
17
17
</para >
18
- <para >
19
- If backward compatibility with the applicable parts of APC is required,
20
- APCu must be configured with the option --enable-apcu-bc.
21
- </para >
18
+ <tip >
19
+ <simpara >
20
+ PHP 7 has a separate module (<link xlink : href =" &url.apc.bc; " >apcu-bc</link >) for backwards compatibility with APC.
21
+ </simpara >
22
+ <para >
23
+ In backward compatibility mode, APCu registers the applicable APC functions
24
+ with backward compatible prototypes.
25
+ </para >
26
+ <para >
27
+ Where an APC function accepted <parameter >cache_type</parameter >, it is simply
28
+ ignored by the backward compatible version, and omitted from the prototype for
29
+ the APCu version.
30
+ </para >
31
+ </tip >
22
32
<warning >
23
33
<simpara >
24
- PHP 7 has a separate module (< link xlink : href = " &url.apc.bc; " >apc.so</ link >) for backwards compatibility with APC .
34
+ As of PHP 8.0.0, apcu-bc is no longer supported .
25
35
</simpara >
26
36
</warning >
27
- <para >
28
- In backward compatibility mode, APCu registers the applicable APC functions
29
- with backward compatible prototypes.
30
- </para >
31
- <para >
32
- Where an APC function accepted <parameter >cache_type</parameter >, it is simply
33
- ignored by the backward compatible version, and omitted from the prototype for
34
- the APCu version.
35
- </para >
36
37
<note >
37
38
<simpara >
38
39
On Windows, APCu needs a temp path to exist, and be
You can’t perform that action at this time.
0 commit comments