Re: [PHP-DEV] Extending PHP and the STL

2001-01-12 Thread Rasmus Lerdorf
As long as your code doesn't leak, it shouldn't. -Rasmus On Fri, 12 Jan 2001, Jason Lee wrote: > I'd like to write a module for PHP so that we can, from our PHP scripts, > talk to our servers using our home grown communication library. My > concern is that documentation says to use emalloc(),

[PHP-DEV] Extending PHP and the STL

2001-01-12 Thread Jason Lee
I'd like to write a module for PHP so that we can, from our PHP scripts, talk to our servers using our home grown communication library. My concern is that documentation says to use emalloc(), estrdup(), and efree(). Our code uses the STL quite heavily. Beyond getting past the C++ to C link