Re: [PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute

2008-07-30 Thread David Zülke
Just wanted to say... awesome! Great job. - David Am 29.07.2008 um 14:58 schrieb Moriyoshi Koizumi: Hi folks, I created a library that may draw some attention. Boost.PHP is a set of macros and C++ classes that wrap around common Zend Engine structs that allow you to create a PHP extensio

Re: [PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute

2008-07-30 Thread Marcus Boerger
Hello Moriyoshi, that's just my opinion. Bridges belong with the language not with a random library. marcus Wednesday, July 30, 2008, 9:45:03 AM, you wrote: > Hi Marcus, > Really? I haven't heard anything like that. > MOriyoshi > On 2008/07/30, at 16:19, Marcus Boerger wrote: >> Hello Ste

Re: [PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute

2008-07-30 Thread Moriyoshi Koizumi
Hi Marcus, Really? I haven't heard anything like that. MOriyoshi On 2008/07/30, at 16:19, Marcus Boerger wrote: Hello Stefan, which doesn't belong there either. marcus Wednesday, July 30, 2008, 9:14:07 AM, you wrote: Marcus Boerger schrieb: Hello Moriyoshi, actually you should pl

Re: [PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute

2008-07-30 Thread Marcus Boerger
Hello Stefan, which doesn't belong there either. marcus Wednesday, July 30, 2008, 9:14:07 AM, you wrote: > Marcus Boerger schrieb: >> Hello Moriyoshi, >> >> actually you should place it as a PHP module. Boost provides core level >> stuff and algorithmns and such. This is a highly speci

Re: [PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute

2008-07-30 Thread Stefan Walk
Marcus Boerger schrieb: Hello Moriyoshi, actually you should place it as a PHP module. Boost provides core level stuff and algorithmns and such. This is a highly specialized bridge. marcus Just like Boost.Python (http://www.boost.org/doc/libs/1_35_0/libs/python/doc/index.html) ;) Regar

Re: [PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute

2008-07-29 Thread Marcus Boerger
Hello Moriyoshi, actually you should place it as a PHP module. Boost provides core level stuff and algorithmns and such. This is a highly specialized bridge. marcus Tuesday, July 29, 2008, 3:59:00 PM, you wrote: > Nope, but I'm thinking of proposing it as soon as I finish the > documentat

Re: [PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute

2008-07-29 Thread Moriyoshi Koizumi
Nope, but I'm thinking of proposing it as soon as I finish the documentation. Moriyoshi On 2008/07/29, at 23:00, troels knak-nielsen wrote: On Tue, Jul 29, 2008 at 2:58 PM, Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: Hi folks, I created a library that may draw some attention. Boost.PHP is

Re: [PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute

2008-07-29 Thread troels knak-nielsen
On Tue, Jul 29, 2008 at 2:58 PM, Moriyoshi Koizumi <[EMAIL PROTECTED]> wrote: > Hi folks, > > I created a library that may draw some attention. Boost.PHP is a set of > macros and C++ classes that wrap around common Zend Engine structs that Is Boost.PHP affiliated with boost.org ? -- troels -- P

[PHP-DEV] Introducing Boost.PHP - PHP Extensions in C++, in a minute

2008-07-29 Thread Moriyoshi Koizumi
Hi folks, I created a library that may draw some attention. Boost.PHP is a set of macros and C++ classes that wrap around common Zend Engine structs that allow you to create a PHP extension in C++, in a very efficient way. Most notably, you no longer need most of the ZE macros and APIs li