Hi,

> I was wondering how i could use PHP to interpret scripts for my own apps
> using php4ts.dll .... ?

the best way to start is not the PHP sources. have a look at apaches
DSO support (or the windows counterpart - the DLL files. there should
be some notes on them in the same documentation):

  http://httpd.apache.org/docs/dso.html

if you succeed to implement this interface, you will be able to
include future PHP releases without touching the PHP sources.

Kind Regards,
  Daniel Lorch
-- 
if(empty($a) == true ? true : false)



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to