php-developer-list | 2001122
Date: 12/31/01
- Next message: Derick Rethans: "[PHP-DEV] IMPORTANT"
- Previous message: flim <email protected>: "[PHP-DEV] Bug #14781: ftp_login failure after mysql_connect"
- In reply to: Joe Camadine: "[PHP-DEV] Using PHP in my own apps"
- Next in thread: Stig Venaas: "Re: [PHP-DEV] Using PHP in my own apps"
- Reply: Stig Venaas: "Re: [PHP-DEV] Using PHP in my own apps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Derick Rethans: "[PHP-DEV] IMPORTANT"
- Previous message: flim <email protected>: "[PHP-DEV] Bug #14781: ftp_login failure after mysql_connect"
- In reply to: Joe Camadine: "[PHP-DEV] Using PHP in my own apps"
- Next in thread: Stig Venaas: "Re: [PHP-DEV] Using PHP in my own apps"
- Reply: Stig Venaas: "Re: [PHP-DEV] Using PHP in my own apps"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

