Skip to content

Releases: krakjoe/apcu

v5.1.4

12 May 10:37
Compare
Choose a tag to compare

Bugfix release for PHP 7

  • fix possible memory leak
  • fix #168 drop trying to return strings from shm
  • fix #170 do not create entries when serialization fails

v4.0.11

20 Apr 11:59
Compare
Choose a tag to compare

Bugfix release for PHP 5

  • fix #176 segfault when apc.preload_path contains bad data

v5.1.3

15 Jan 13:26
Compare
Choose a tag to compare

Bugfix release for PHP 7

  • fixed macro using interlocked increment in Windows
  • fix #158 apc_inc() with negative step value hangs the process
  • fix #164 apc_inc() can take minutes with huge step value

v5.1.2

07 Dec 09:11
Compare
Choose a tag to compare
  • Be really consistent with APC in use of atomics, I really mean it this time.
  • Separate BC module for compatibility (read: windows)

v4.0.10

07 Dec 09:10
Compare
Choose a tag to compare
  • Be really consistent with APC in use of atomics, I really mean it this time.

PHP7

21 Nov 04:46
Compare
Choose a tag to compare

This is the first supported release for PHP7.