Skip to content

Commit e5f89ab

Browse files
committed
Added an ACPu adapter;
Bumped APC requirement to 3.1.1 for APCIterator's sake; CS fixes.
1 parent e3468e2 commit e5f89ab

File tree

11 files changed

+797
-301
lines changed

11 files changed

+797
-301
lines changed

RELEASE-0.2.0

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* __Added APCu adapter__
2+
* Version requirements bumped to ones that reflect fully available functionality. More specifically:
3+
- APC 3.1.1 is now the required minimum (previously, 3.0.13), because it's the minimum for APCIterator.
4+
- APCu 5.0.0 is required, because of APCUIterator, though 4.0.0 would be sufficient for the rest.
5+
- PHP 5.3.9 is the minimum required PHP version, because it is the firt one in which a critical bug affecting this package is fixed. See [#43200](https://bugs.php.net/bug.php?id=43200) for details.
6+
* Doc and CS fixes.

0 commit comments

Comments
 (0)