Re: [aur-dev] [PATCH 1/2] refactor apc code and move to aur.inc

2011-05-29 Thread elij
On Sun, May 29, 2011 at 1:59 PM, elij elij...@gmail.com wrote: On Sun, May 29, 2011 at 7:27 AM, Lukas Fleischer archli...@cryptocrack.de wrote: On Sat, May 28, 2011 at 04:17:09PM -0700, elij wrote: +    if(EXTENSION_LOADED_APC) { +        $ret = apc_fetch(APC_PREFIX.$key, $status); +        

[aur-dev] [PATCH 1/1] rename *.inc files to *.inc.php and adjust imports and references

2011-05-29 Thread elij
--- .gitignore |1 + TRANSLATING|2 +- web/README |4 ++-- web/html/account.php |4 ++-- web/html/addvote.php

[aur-dev] [PATCH 1/1] Make cache type selectable based on config value

2011-05-29 Thread elij
Provie a mechanism to specify cache type from NONE, APC, or MEMCACHE based on a config variable. If MEMCACHE type is selected, a list of servers can be specified to provide multiserver support. Note that php-memcaced is required for MEMCACHE support. --- web/lib/aur.inc.php | 49