Changelog for
php5-apcu-4.0.11-6.1.x86_64.rpm :
Thu Apr 21 14:00:00 2016 munix9AATTgooglemail.com
- update to version 4.0.11
* fix #176 segfault when apc.preload_path contains bad data
* fix bad data used in test suite
Mon Dec 7 13:00:00 2015 munix9AATTgooglemail.com
- update to version 4.0.10
* be really consistent with APC in use of atomics, avoid surprises
Fri Nov 20 13:00:00 2015 munix9AATTgooglemail.com
- update to version 4.0.8
* fix inconsistent member names for entries in userland
* fix race on ref_count
Sun Oct 12 14:00:00 2014 munix9AATTgooglemail.com
- update to version 4.0.7
* fix inconsistent member names for entries in userland
Fri Jun 13 14:00:00 2014 munix9AATTgooglemail.com
- update to version 4.0.6
* fix issues with stddef inclusion causing compilation issue
Wed Jun 11 14:00:00 2014 munix9AATTgooglemail.com
- update to version 4.0.5
* fix compile with 5.6 beta
Sun Mar 2 13:00:00 2014 munix9AATTgooglemail.com
- update to version 4.0.4
* Fix deadlocking due to destroyed locks
* Fix various compatibility bugs
Tue Jan 28 13:00:00 2014 munix9AATTgooglemail.com
- update to version 4.0.3
* Fix various compatibility problems
* Fix a few lingering faults
* Remove experimental eval serializer
* Fix iterator for compatibility
Sun Sep 15 14:00:00 2013 munix9AATTgooglemail.com
- update to version 4.0.2
* Fixed bug #15 APC compatibility option broken. (Anatol)
* Fixed bug #20 APCu\'s APCIterator constructor is not compatable with APC. (Anatol)
* Fixed resource leak when data preload fails. (Anatol)
* Fixed issue #29 php_apcu.dll does not load anymore under X64. (Anatol)
Thu May 2 14:00:00 2013 munix9AATTgooglemail.com
- initial package for version 4.0.1
* Fix crash in cli on apc_store where enable_cli=0
* Testing eval serializers
* Change apc_
* to apcu_
* in apc.php
* Fix exports in API
* Expose to userland whether APCu is compiled with the APC compatibility.
See the APCU_APC_FULL_BC constant. (Anatol)
* Fixed bin dump producing garbage data in multithreaded env. (Anatol)