Re: [APC-DEV] APC Wiki
[email protected] (shire) Wed, 13 Aug 2008 11:17:05 -0700
| Newsgroups | php.apc.dev |
|---|---|
| Message-ID | <[email protected]> |
On Aug 12, 2008, at 7:06 AM, Gopal V wrote: > >> http://wiki.php.net/pecl/apc > > Crossed out a bunch of stuff, today. apc_inc/apc_dec/apc_cas is > now in > CVS and working for longs (test it !). > I was under the impression from our conversation that I was going to implement these functions so I was a bit surprised when you committed them instead. My only minor comment so far is that we're making callback functions under lock, which could be confusing. I was going to do this for Iterator but decided against it to avoid any ambiguity of when we where/where not under lock.