That should probably just be: #if PHP_WIN32 OutputDebugString(...); #endif fprintf(stderr, ...);
On 6/20/05, Michael Wallner <[EMAIL PROTECTED]> wrote: > Sorry, but I cannot speak for exit(), but I usually replace all occurrences of > > #if PHP_WIN32 > OutputDebugString(...); > #else > fprintf(stderr, ...); > #endif > > with just fprintf(stderr, ...) to see any mem-leaks on Win32-CLI. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php