On Thu, Mar 12, 2009 at 10:35 PM, Robert Cummings <rob...@interjinn.com> wrote:

> The only thing that should defeat the usefulness of a bytecode cache is
> the use of eval since the cache has no reference point upon which to
> determine if the eval'd code has been previously compiled and has
> changed since.

I guess I considered something like

call_user_func($some variables) was somewhat equivalent of an eval...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to