Skip to content

Version 5.1.10

Compare
Choose a tag to compare
@remicollet remicollet released this 16 Feb 05:55
· 387 commits to master since this release

Bugfix release for PHP 7

  • fix #247 when a NUL char is used as key, apcu_fetch(array) truncates the key
  • fix #248 apcu_fetch may return values causing zend_mm_corruption or segfaults
    when custom serializer is used
  • fix #260 apcu.serializer=default results in segfault
  • fix #274 non-portable shell == in config.m4
  • fix crash when passing bad array to apcu_delete
  • improve fix #266 refcounting errors in APCIterator
  • fix for PHP 7.3 compatibility