php3-list | 199807
Date: 07/31/98
- Next message: Shane Caraveo: "RE: [PHP3] PHP and compiler ?"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] 2 f* questions"
- In reply to: Terry L Fritts: "RE: [PHP3] PHP and compiler ?"
- Next in thread: Shane Caraveo: "RE: [PHP3] PHP and compiler ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> In writing ASP apps I can write components in C++, Java, or vB5 which are
> then installed on the server and can be referenced and used by my ASP code.
> Netscape's Kiva provides similar functionality but I think only in C++ and
> Java.
>
> Is there a similar thing that can be used with PHP3 or any plans for adding
> such functionality?
Already there. On Unix you can write a shared library (see the dl/
directory in the PHP3 distribution) and on Windows you can just create a
.DLL. Use one of the existing modules as a template and have a look at
the apidoc.txt file for a quick description of the PHP API.
PHP also recently gained COM support on Windows.
-Rasmus
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Shane Caraveo: "RE: [PHP3] PHP and compiler ?"
- Previous message: Rasmus Lerdorf: "Re: [PHP3] 2 f* questions"
- In reply to: Terry L Fritts: "RE: [PHP3] PHP and compiler ?"
- Next in thread: Shane Caraveo: "RE: [PHP3] PHP and compiler ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

