>
>   Works here, too, committed,
> Sebastian
>

- that was one option -

Michael's right about stddef.h - the problem was caused because we have
in config.w32.h

#define ssize_t ptrdiff_t

- well without stddef.h, there's no clue as to whatever ptrdiff_t might
be.  But I've no clue where it should be included (given that ptrdiff_t
turns up in quite a lot of our source).  It obviously works to include
it in config.w32.h, but I assume that's a Bad Thing because nothing else
is included there..

Anyway, that fix works.  I just think there's a more generic one
available ;)

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to