Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2001122

Re: [PHP-DEV] Using PHP in my own apps From: Daniel Lorch (daniel <email protected>)
Date: 12/31/01

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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>