Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Releases: krakjoe/apcu

Version 5.1.24

21 Sep 19:19
Compare
Choose a tag to compare
Loading
  • Make compatible with PHP 8.4.
  • apc.php: Preserve search parameter when deleting entry.
  • apc.php: Allow arbitrary search regex.
Assets2
Loading
tugmaks, oleg-andreyev, and user8446 reacted with thumbs up emojiwilliamdes and zeriyoshi reacted with heart emojibednic reacted with eyes emoji
6 people reacted

Version 5.1.23

11 Nov 19:47
Compare
Choose a tag to compare
Loading
  • Revert use of monotonic clock for TTL (#451)
  • Fix a crash when serializing packed arrays (e.g. lists) in PHP 8.2+ withapc.serializer=default.
  • Reduce memory usage when serializing packed arrays (e.g. lists) in PHP 8.2+ withapc.serializer=default.
  • Speed up serializing arrays withapc.serializer=default.
  • Reduce memory usage when unserializing instances of the empty array in PHP 7.3+.
  • Removed no longer working apcue extension.
  • Increased limit on maximum number of slots.
  • Made tests compatible with PHP 8.3.
Loading
francoism90, gmeligio, querwurzel, ChristianArimond, blackbagheera, y-hashida, pronskiy, and DmRodionov reacted with heart emoji
8 people reacted

Version 5.1.22

19 Sep 06:50
Compare
Choose a tag to compare
Loading
  • PHP 8.2 compatibility
  • PHP 8.1 compatibility in apc.php
  • Fix--enable-apcu-rwlocks configure option
  • Enable transparent huge pages for mmap memory
  • Use monotonic clock for TTL
Loading
Akrobs reacted with thumbs up emojiMaikuolan, llaville, derrabus, misaon, LillaParken, and Junked-TG reacted with hooray emoji
7 people reacted

Version 5.1.21

07 Oct 09:26
Compare
Choose a tag to compare
Loading
  • Fixed compatibility with PHP 8.1 by adding return types toAPCUIterator.
  • APCUIterator::current() and::key()can no longer be called on an invalid iterator.
Loading
Akrobs reacted with thumbs up emojiderrabus, KGB1st, EtienneM, vinay-osseed, and misaon reacted with rocket emoji
6 people reacted

Version 5.1.20

04 Mar 09:27
Compare
Choose a tag to compare
Loading
  • Fix deadlocks when other apcu_* functions are used inside apcu_entry(). It should now be safe to use any functions inside the apcu_entry() callback.
  • Fix division by zero exception in apc.php.
  • Fix handling of references in PHP 8 if "default" serializer is used (which is not the default).
  • Fix string reuse handling if "default" serializer is used (which is not the default).
  • Check for failures when acquiring read locks to report problems earlier (write locks were already checked previously).
  • Adjust tests for current PHP 8.1 development branch.
  • Remove *_api.h headers. Use apc_cache.h instead of apc_cache_api.h etc.
Loading
Akrobs reacted with thumbs up emoji
1 person reacted

Version 5.1.19

05 Oct 09:51
Compare
Choose a tag to compare
Loading
  • Fixed apcu_store() with integer keys (#388).
  • Made apc.use_request_time=0 the default (#391).
  • Made apcu compatible with PHP 8.0.
Loading

Version 5.1.18

01 Apr 10:14
Compare
Choose a tag to compare
Loading
  • Implement apcu_inc() and apcu_dec() using atomic operations. This means that these functions no longer have to acquire a write lock. These functions will now wraparound on overflow, instead of saturating to a floating point value.
  • Make table header in apc.php sticky.
  • Fix compile warnings related to mktemp() usage.
  • Fix compatibility with PHP 8.0.
  • Fix required number of arguments for apcu_store() returned by Reflection.
Loading

Version 5.1.17

08 Feb 11:25
Compare
Choose a tag to compare
Loading
  • Fixed compatibility with PHP 7.4 and PHP 8.0.
Loading

Version 5.1.16

16 Dec 22:04
Compare
Choose a tag to compare
Loading
  • Fix build on OS X.
Loading

Version 5.1.15

07 Dec 13:37
Compare
Choose a tag to compare
Loading

Bugfix release forPHP 7

  • 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 fragmentation.
Loading
Previous13
Previous

[8]ページ先頭

©2009-2025 Movatter.jp