php-developer-list | 2002112
Date: 11/29/02
- Next message: Michael Mauch: "[PHP-DEV] Re: #20673 [Opn->Ver]: Inexplicable arithmetical error due to references"
- Previous message: Sara Golemon: "Re: [PHP-DEV] Bug #20308 (Feature Request)"
- Next in thread: Shane Caraveo: "Re: [PHP-DEV] [PATCH] Changes to ext_skel for C++"
- Reply: Shane Caraveo: "Re: [PHP-DEV] [PATCH] Changes to ext_skel for C++"
- Reply: Sascha Schumann: "Re: [PHP-DEV] [PATCH] Changes to ext_skel for C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Attached is a patch to ext_skel that adds an optional argument (--cpp) that
will create a PHP extension in C++ rather than C. Also attached is
skeleton.cpp, which basically mirrors ext/skeleton/skeleton.c with a few
modifications for using C++. I could've just made some changes to
skeleton.c and done some sed work in the ext_skel script, but I think it's
clearer to have them separated into two files.
The ext_skel patch is based on the current HEAD.
Comments?
J
- text/x-diff attachment: ext_skel.patch
- text/x-c++src attachment: skeleton.cpp
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Michael Mauch: "[PHP-DEV] Re: #20673 [Opn->Ver]: Inexplicable arithmetical error due to references"
- Previous message: Sara Golemon: "Re: [PHP-DEV] Bug #20308 (Feature Request)"
- Next in thread: Shane Caraveo: "Re: [PHP-DEV] [PATCH] Changes to ext_skel for C++"
- Reply: Shane Caraveo: "Re: [PHP-DEV] [PATCH] Changes to ext_skel for C++"
- Reply: Sascha Schumann: "Re: [PHP-DEV] [PATCH] Changes to ext_skel for C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

