Re: [PHP-DEV] Re: C++ extension question

2003-09-17 Thread Igal Ore
) { ... } --Wez. - Original Message ----- From: "Igal Ore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Wez Furlong" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 4:01 PM Subject: Re: [PHP-DEV] Re: C++

Re: [PHP-DEV] Re: C++ extension question

2003-09-17 Thread Igal Ore
n't a function but the C++ operator delete. You're probably #including the same file more than once, but I doubt it's in Zend. If all else fails, you can try passing "/FORCE" to the linker options and it'll try to force the linkage. It might result in a broken binar

[PHP-DEV] C++ extension question

2003-09-17 Thread Igal Ore
I developing some extension on m$ platform with M$VC6.0 ( it's a OpenSSL crypto capabilities, more advanced than OpenSSL extension providing, when i fill it ready i will try to publish to PHP site) when core language for internals is a C++, meaning inside implementation of PHP functions there ca