youzan/apcu

Name: apcu

Owner: ??

Description: APCu - APC User Cache

Forked from: krakjoe/apcu

Created: 2017-10-26 15:22:55.0

Updated: 2018-04-24 11:15:34.0

Pushed: 2017-10-30 07:01:31.0

Homepage:

Size: 1127

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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 Build status

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.