Philip Olson wrote: > Since a version of PHP will have an unknown version of the PECL > extension installed, we can't really relate the two. Or, can we? > Should we create a functable[2], of sorts, for PECL extensions? The > version information for a function might for example say: "(PECL >= > 0.4.2)" -- This smells like a large task, and functable is a beast > with few able to tame it.
functable already sets version information to 'PECL' for PECL extensions (at least some of them, e.g. APC). Jakub Vrana