hello,

i'm using php on win32, and i want to use the functions provided by php in a
dll. i only want to give php a string with php-code and want to get the
outputs produced by the php-interpreter. i looked for a solution with
temporary files and php.exe but php also outputs headers, etc. and in
addition, creating temporary files, writing down the code and then execute
it from this file isnt very fast.
i only want to give a code string contained in the memory to php4ts.dll and
get the output back. i'm experienced in c/c++, but in the source files of
php, i cant find the magic function from where i can build my own.

hope someone can help me, thanks in advance

alex

______________________________________________

alexander gräf
[EMAIL PROTECTED]





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

Reply via email to