Hello Wez,
i used linux so there seems to be a problem with either flushing or the
fprintf not being called at all.
regards
marcus
Monday, June 20, 2005, 10:55:43 PM, you wrote:
> That should probably just be:
> #if PHP_WIN32
> OutputDebugString(...);
> #endif
> fprintf(stderr, ...
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(...);
>