> And thanks for the additional head's up! I had to go read the zend api 
> headers to get it working -- I think you're rigyt, call_user_function() 
> is sufficient for me in this case. I just got phpinfo() working, I'll 
> try getting eval() going in a few minutes.

eval() is actually a language construct that just happens to look like a
function. You won't be able to call it via call_user_function().
Instead, use zend_eval_string().

-Andrei                                       http://www.gravitonic.com/

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to