XCache Changelog

What's new in XCache 3.1.0

Oct 11, 2013
  • Adds support for PHP_5_5
  • Compatible with pcntl_fork()
  • Fixes support for __FILE__ __DIR__ on moved/hardlinked files
  • Disassembler now working again (fail since 3.0), supports PHP 4.x ~ PHP 5.5.x

New in XCache 3.0.3 (Jun 19, 2013)

  • This is a re-release of 3.0.2 without unnecessary files.
  • Bugs were fixed, including random "cannot redeclare class" errors.
  • Users of XCache 3.0.x and PHP 5.4+ are highly recommended to upgrade to this version.

New in XCache 3.0.2 (Jun 13, 2013)

  • Bugs were fixed, including random "cannot redeclare class" errors.
  • Users of XCache 3.0.x and PHP 5.4+ are highly recommended to upgrade to this version.

New in XCache 3.0.1 (Jan 14, 2013)

  • Multithread PHP users are urged to upgrade to this version.
  • It improves compatibility with "the ionCube PHP Loader" and Zend Optimizer, support for PHP_5_4, and stability on threaded environments.

New in XCache 3.0.0 (Oct 31, 2012)

  • lots of improvements
  • bug fixes
  • updates api, adds a few ini
  • uses extension= to load XCache. loading via zend_extension= is unsupported
  • updates XCache admin page
  • 8namespace support
  • professional helpers
  • adds an diagnosis module to give advise @ htdocs
  • auto disable caching on crash @ runtime

New in XCache 2.0.1 (Jul 14, 2012)

  • This version aims to improve stability. admin/ config was changed, and it is necessary to update config.php accordingly.
  • PHP 5.3.14 has been found to be unstable and is not supported.

New in XCache 2.0.0 (Apr 20, 2012)

  • This version supports PHP_5_4, hardlink files, and __FILE__ __DIR__.

New in XCache 1.3.2 (Jun 5, 2011)

  • A memory leak fix, an admin page security fix, and a fix for a false positive with the compiling=yes flag.