On 18 Nov 2009, at 21:13, Basant Kukreja wrote: > Hi, > Kindly review the webrev for CR > 6901297 : reserved_offset in APC should be true global (not a thread local) > > http://cr.opensolaris.org/~basantk/6901297/webrev/ > > Changes have been committed in new version of APC (new version is not released > yet). > http://pecl.php.net/bugs/bug.php?id=15984&edit=2
Is apc_globals.h a public API in PHP? If so, you're breaking API/ABI compatibility, which will in turn affect third-party add-ons/modules/etc. Is that PHP practice? -- Nick Kew