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

2011-06-22 Thread Lukas Fleischer
On Tue, Jun 21, 2011 at 11:06:55PM +0200, Lukas Fleischer wrote: > I'll have a look at your outstanding patches as soon as possible. Rebased and pushed them. Thanks.

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

2011-06-21 Thread Lukas Fleischer
On Tue, Jun 21, 2011 at 01:31:45PM -0700, elij wrote: > On Tue, Jun 21, 2011 at 6:33 AM, Lukas Fleischer > wrote: > > On Sun, May 29, 2011 at 04:27:55PM -0700, elij wrote: > >> Provie a mechanism to specify cache type from NONE, APC, or MEMCACHE > >> based on a config variable. > >> > >> If MEMCAC

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

2011-06-21 Thread elij
On Tue, Jun 21, 2011 at 6:33 AM, Lukas Fleischer wrote: > On Sun, May 29, 2011 at 04:27:55PM -0700, elij wrote: >> 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 >> provid

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

2011-06-21 Thread Lukas Fleischer
On Sun, May 29, 2011 at 04:27:55PM -0700, elij wrote: > 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 >

[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 +-