Skip to content

Version 5.1.14

Compare
Choose a tag to compare
@remicollet remicollet released this 21 Nov 07:42
· 195 commits to master since this release

Bugfix release for PHP 7

  • Fixed #347: Disable slam defense by default.
  • Fix potential issue with destruction of locks. This does not affect Linux, but might affect Windows and BSD.
  • Use mutex instead of rwlock for shared memory allocator (if pthreads mutex available).
  • Require only read-lock for apcu_cas(), by using atomic compare-and-swap.