egroupware_official/phpgwapi
Ralf Becker 91a24e0399 tests for egw_cache_provider and not using APC for cli, if apc.enable_cli is not set
Also did some benchmarking on my Macbook (with a SSD and memcached running on localhost):
Checking egw_cache_memcache:
0 checks failed, 100 iterations took 0.480 sec

Checking egw_cache_apc:
0 checks failed, 100 iterations took 0.025 sec

Checking egw_cache_files:
0 checks failed, 100 iterations took 0.826 sec
--> APC is by a factor of 20 faster then memcached, which is double as fast compared to files on a SSD
2012-04-13 10:25:53 +00:00
..
inc tests for egw_cache_provider and not using APC for cli, if apc.enable_cli is not set 2012-04-13 10:25:53 +00:00
js missing json and jquery stuff for egw_tail 2012-04-02 15:27:38 +00:00
lang * translations: Italian translation improvements for admin and API; provided by Ilias Chasapakis, Webtrain Services 2012-03-16 11:43:03 +00:00
ntlm merged latest changes from doc/rpm-build/apache.conf 2011-08-04 08:37:09 +00:00
setup * Update to 1.8.004: REQUIRES TO VISIT SETUP for schema updates 2012-03-31 14:12:25 +00:00
templates * PHP 5.4: fixes for strict warnings, thought disabling E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas 2012-04-02 07:48:13 +00:00