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
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