What's new
Welcome to My iptv forum

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Countdown until New Year's Eve!

New Year's Eve Countdown showing the number of days, hours, minutes & seconds until the beginning of the new year. Happy New Year
New Year's Eve Countdown showing the number of days, hours, minutes & seconds until the beginning of the new year. Happy New Year
Resource icon
xF2 Add-on
This add-on is now available on atelieraphelion.com
  • Require XenForo 2.2+
  • Require php 7.2+
  • Track latest upstream Credis library
  • Fix some errors from Redis would trigger an unhelpful php type error, instead of a more useful error message
  • Correctly implement "saveMultiple" method on the cache interface. This method is not used by XenForo (and apparently any other 3rd party).
    • Will be using in an upcoming Cache Permission Checks update
  • Track latest upstream Credis library
  • Replace "master/slave" terminology with "primary/replica" terminology. Previous config.php setting will still work.
  • Fix "CredisException: ERR syntax error ", when a non-integer is passed to \XF::app()->cache->save() without php-redis installed. Known to affect Threadmark's rss caching
  • Initial php 8.2 compatibility update
  • Fix "Short Thread Count Expiry time" and "Thread Count Expiry time" options where swapped.
  • Support caching item-counts in @bob's Review Management System
  • Fix possible redis compatibility issue which may result in empty css being returned instead of a 404
  • Fix several php 8.1 compatibility issues with Redis sentinel usage
  • Fix bad default port for raw IP when connnecting to multiple redis sentinels
  • Fix support for Redis v7+ high-availability using Redis Sentinel
  • Add support for redis auth via username/password (vs just password). Requires redis v6+
PHP:
Please, Log in or Register to view codes content!
  • Fix php 8.1+ error with phpredis + socket connections
  • Workaround for php 8.0.17+/8.1.4+ issue when zlib output compression & serving css
  • Fix case where cached forum thread counts may be inaccurate due to insufficiently specific cache key
Top