Skip to content

krakjoe/apcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

635899c · Sep 30, 2024
Sep 30, 2024
Aug 19, 2018
Aug 11, 2024
Nov 12, 2022
Jul 26, 2013
Dec 4, 2015
Dec 4, 2015
Mar 1, 2013
Mar 1, 2013
Sep 15, 2024
Nov 14, 2022
Oct 9, 2018
Nov 7, 2022
Dec 9, 2023
Feb 4, 2021
Oct 5, 2020
Sep 3, 2024
Mar 27, 2022
Sep 3, 2024
Nov 5, 2022
Mar 27, 2022
Jul 21, 2021
Jul 21, 2021
Jul 21, 2021
Feb 7, 2021
Jul 28, 2022
Sep 3, 2024
Sep 3, 2024
Nov 19, 2018
Nov 6, 2022
Nov 6, 2022
Feb 16, 2018
Feb 16, 2018
Dec 9, 2023
Feb 16, 2018
Sep 3, 2024
Jul 28, 2022
Sep 3, 2024
Feb 4, 2021
Mar 27, 2022
Mar 27, 2022
Oct 21, 2018
Oct 6, 2022
Mar 22, 2022
Feb 16, 2018
Feb 16, 2018
Sep 30, 2024
Dec 7, 2018
Sep 19, 2024
Sep 5, 2024
Sep 3, 2024
Sep 21, 2024
Apr 29, 2019
Sep 3, 2024
Sep 21, 2024
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020

Repository files navigation

APCu

APCu is an in-memory key-value store for PHP. Keys are of type string and values can be any PHP variables.

APCu only supports userland caching of variables.

APCu is APC stripped of opcode caching. See APCu Backwards Compatibility Module which provides a drop in replacement for APC.

Build status: GitHub Build status: AppVeyor

Documentation

APCu documentation can be found on php.net.

Reporting Bugs

If you believe you have found a bug in APCu, please open an issue: Include in your report minimal, executable, reproducing code.

Minimal: reduce your problem to the smallest amount of code possible; This helps with hunting the bug, but also it helps with integration and regression testing once the bug is fixed.

Executable: include all the information required to execute the example code, code snippets are not helpful.

Reproducing: some bugs don't show themselves on every execution, that's fine, mention that in the report and give an idea of how often you encounter the bug.

It is impossible to help without reproducing code, bugs that are opened without reproducing code will be closed.

Please include version and operating system information in your report.