php-developer-list | 2002112
Date: 11/28/02
- Next message: Sascha Schumann: "RE: [PHP-DEV] C++ extensions and ext_skel"
- Previous message: Sara : "Re: [PHP-DEV] Default Return-Path with mail() and qmail"
- In reply to: J Smith: "[PHP-DEV] C++ extensions and ext_skel"
- Next in thread: J Smith: "Re: [PHP-DEV] C++ extensions and ext_skel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 28 Nov 2002, J Smith wrote:
>
> A couple of times a month, I get questions about from people looking to use
> C++ with PHP. Apparently, a lot of people end up reading some post I made
> to php.dev or something a year or so ago about C++, and although it worked
> at the time, the procedure I describe has become stale.
>
> I messed around a bit with ext_skel and ext/skeleton today and added an
> option to ext_skel (--cpp) that creates a basic C++ extension rather than
> the standard C extension. The C++ extension is pretty much the same as the
> standard C extension, with the exception of some extern "C" linkage,
> modifications to config.m4 and Makefile.in and a small C++ class thrown in
> for fun.
Cannot those be unified?
- Sascha
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Sascha Schumann: "RE: [PHP-DEV] C++ extensions and ext_skel"
- Previous message: Sara : "Re: [PHP-DEV] Default Return-Path with mail() and qmail"
- In reply to: J Smith: "[PHP-DEV] C++ extensions and ext_skel"
- Next in thread: J Smith: "Re: [PHP-DEV] C++ extensions and ext_skel"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

