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(),
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