e>> i have to use zend execute statement into PHP api. how can i use this
e>> function to interpret php code? thanks MAX

If you need just to execute PHP code, you have eval() in PHP. zend_execute 
is to be used by Zend engine, and needs various preparations (like, 
zend_compile, etc.) before it can run. 

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115



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

Reply via email to