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 linker issues (extern "C" { ), will the STL cause memory 
problems?  Is this the right forum for this kind of question? Thanks!

-- 
Jason Lee          | "Gun control? Oh, great. Now how am I going to
Programmer Analyst | well-regulate my militia?" -- The Onion


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to