At 10:43 2001-12-04 -0500, l0t3k wrote:
>Lars,
>     check out ext/satellite, and also the author's site. he has an
>upcoming<?> framework for producing PHP extensions in C++

I'm the author mentioned above :-)

Satellite is written in C, but Universe, an upcoming replacement for 
Satellite, is written in C++.

Visit http://universe.2good.nu/ for more info.

Using C++ in an extension isn't very hard if you:

1) include some C++-specific stuff in Makefile.am
2) include some C++-specific stuff in config.m4
3) know how to use '#ifdef __cplusplus' and 'extern "C" {}

>Lars Knudsen <[EMAIL PROTECTED]> wrote in message
>[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Does anyone have some (WORKING!) howto's on using C++ in extensions.  I've
> > tried for a couple of days now, and it's starting to bug me ;-)
> > Why isn't there a C++ extension/demo in the package?
> >
> > - Lars Knudsen
> > Developer (well... having 2nd thoughts now ;-) )
> >
> >
>
>
>
>--
>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]


-- 
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