Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5001 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16621 invoked by uid 1010); 26 Oct 2003 00:57:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16597 invoked from network); 26 Oct 2003 00:57:27 -0000 Received: from unknown (HELO hermes.sunderland.ac.uk) (157.228.37.117) by pb1.pair.com with SMTP; 26 Oct 2003 00:57:27 -0000 Received: from Sfoxstu ([157.228.147.166]) by hermes.sunderland.ac.uk (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with ESMTPA id <0HNC002IHAQVJM@hermes.sunderland.ac.uk> for internals@lists.php.net; Sun, 26 Oct 2003 01:59:19 +0100 (BST) Date: Sun, 26 Oct 2003 02:00:37 +0000 To: Sebastian Bergmann , internals@lists.php.net Reply-to: Steph Message-ID: <015701c39b64$f458c8c0$a693e49d@Sfoxstu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <5.1.0.14.2.20031024185803.04f70e88@127.0.0.1> <20031025155857.YVGJ18371.mta7-svc.business.ntl.com@php.net> <001f01c39b1a$34df24c0$a693e49d@Sfoxstu> <002a01c39b1c$4dd685c0$a693e49d@Sfoxstu> <3F9AA3BF.9080903@leetspeak.org> <003e01c39b1f$d30de320$a693e49d@Sfoxstu> <20031026004427.UCGT18371.mta7-svc.business.ntl.com@php.net> Subject: Re: [PHP-DEV] PHP 5 Beta 2 RC1 From: steph.fox@virgin.net (Steph) > > 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 ;)