| 1 | [[PageOutline]] |
| 2 | = XCache 3.0.2 Release = |
| 3 | == Release Info == |
| 4 | * Version: 3.0.2 |
| 5 | * Previous version: [wiki:Release-3.0.1 3.0.1] |
| 6 | * Branch: 3.0 |
| 7 | * Status: Stable |
| 8 | * Main Release Purpose: bug fixes |
| 9 | * Author: mOo <[mailto:phpxcache@gmail.com phpxcache@gmail.com]> |
| 10 | * Release date: 2013-06-10 |
| 11 | |
| 12 | == Release notes == |
| 13 | * (PHP5.4+ only bug) random "cannot redeclare class" errors is now gone. Can also be avoid by using readonly_protection (unavailable with /dev/zero). |
| 14 | * fixes SEGV with Zend Debugger |
| 15 | * more bug fixes |
| 16 | |
| 17 | == Downloads == |
| 18 | * Source |
| 19 | * [/pub/Releases/3.0.2/xcache-3.0.2.tar.gz XCache 3.0.2 source package, tar.gz]([/pub/Releases/3.0.2/xcache-3.0.2.tar.gz.md5.txt md5])/[/pub/Releases/3.0.2/xcache-3.0.2.tar.bz2 tar.bz2]([/pub/Releases/3.0.2/xcache-3.0.2.tar.bz2.md5.txt md5]) |
| 20 | * or see [wiki:XcacheRedist XCache by OS distro], for *nix users |
| 21 | * prebuilt binaries for Windows |
| 22 | * Check [/pub/Releases/3.0.2/ release directory] and get the right version for you PHP (verify with md5 checksum in md5.txt) |
| 23 | |
| 24 | == !ChangeLog == |
| 25 | * fixes #303: tablesort.js not found in Diagnosis and Coverager |
| 26 | * fixes #297: segv on startup under sparc, ini setting overflow |
| 27 | * fixes #296: (PHP5.4+ only bug), racecondition Multiple instances of the same software causes PHP "cannot redeclare class" errors when readonly_protection is not in use |
| 28 | * fixes #301: refix locking impl |
| 29 | * fixes #307: compatible with Zend Debugger which requires to be installed after Zend Extension Manager |
| 30 | |
| 31 | == Relative tickets == |
| 32 | [[TicketQuery(status=closed,resolution=fixed,milestone=3.0.2)]] |
| 33 | |
| 34 | See also: ReleaseArchive |