Skip to content

Commit

Permalink
Reword section on APC/APCu, mention APCu first
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Nov 14, 2017
1 parent 9654aff commit aea13e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,8 +29,8 @@ Features
- Serializable -interface
- Data portability between platforms (32/64bit, endianess)
- Tested on Linux amd64, Linux ARM, Mac OSX x86, HP-UX PA-RISC and NetBSD sparc64
- Hooks up to APC opcode cache as a serialization handler (APC 3.1.7+)
(Hooks up to the substitute APCu for recent php releases)
- Hooks up to the APCu in-memory key-value store as a serialization handler.
(For older PHP releases, this also hooks up to APC opcode cache(APC 3.1.7+)
- Compatible with PHP 5.2 – 5.6, 7.0 – 7.2

Implementation details
Expand Down

0 comments on commit aea13e9

Please sign in to comment.