Re: [PHP-DEV] zend_execute function

2002-09-12 Thread Markus Fischer
On Thu, Sep 12, 2002 at 02:14:24PM +0200, eminent wrote : > i have to use zend execute statement into PHP api. how can i use this > function to interpret php code? Have a look at main/main.c (php_execute_script) and traverse the called zend API functions from it. Try lxr: http://lxr

Re: [PHP-DEV] zend_execute function

2002-09-12 Thread Stanislav Malyshev
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 c

[PHP-DEV] zend_execute function

2002-09-12 Thread eminent
i have to use zend execute statement into PHP api. how can i use this function to interpret php code? thanks MAX -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php