Re: [PHP-DEV] Question about zend_compile
[email protected] (George Schlossnagle)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
Look at apc. It tracks per-file function and class tables. http://apc.communityconnect.com/ (v2.0) pear/PECL/apc (v1.x) Both versions do the thing you wish for.