Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

RE: [PHP3] PHP and compiler ? From: Rasmus Lerdorf (rasmus <email protected>)
Date: 07/31/98

> 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