diff --git a/package.xml b/package.xml index 36af3289..4c72aed7 100644 --- a/package.xml +++ b/package.xml @@ -31,7 +31,7 @@ 2018-11-21 5.1.15dev - 5.1.14 + 5.1.15 stable @@ -39,7 +39,9 @@ PHP License -- +- Restore apc.serializer=php as the default, as the "default" serializer still/again has issues. +- Fix possible issues in persistence of arrays with the "default" serializer. +- Attempt to reduce shared memory fragementation.