Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84835 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3873 invoked from network); 15 Mar 2015 15:41:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2015 15:41:46 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.172 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.172 mail-we0-f172.google.com Received: from [74.125.82.172] ([74.125.82.172:35550] helo=mail-we0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/9C-29489-738A5055 for ; Sun, 15 Mar 2015 10:41:45 -0500 Received: by webcq43 with SMTP id cq43so22381077web.2 for ; Sun, 15 Mar 2015 08:41:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=ihirv4zvQCUJAGNEcy9taB/WzNMgRb7fqYqPx/YAkQ0=; b=DNY/wPB2qiTRSrnxBvsVgL6Mk536Ye/iYxPEjRwK4qpV7rFQ51+5LseaekOru67LdQ P8srtzhAw07C4ptTRJIeOdOVGOL6fu5Fbaz4lp627OkRWwcb596ol38pdFkZ8jil6DHG uNeonzhJ7PsnJmbTLzUa0o2S/hTs1m8fmHEQfv2WT9fURiLteJuioL9Px+qNxRlt80tK zvkTWXf93z90Yb9V+/JlE8M69t9bxvfngHSuVQMvB91MN+F2ro/Vf6tLc0TWHjdOTE14 +qN72hREljjUDoNr4RwB4X1pnqyQm1G/p3EyUkEKUAR4rDCx1N+x3CIFmsvYzdNuqrSl Hxaw== X-Received: by 10.194.179.41 with SMTP id dd9mr116495813wjc.72.1426434101484; Sun, 15 Mar 2015 08:41:41 -0700 (PDT) Received: from lepisma.bemi (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id lu13sm11416997wic.10.2015.03.15.08.41.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 15 Mar 2015 08:41:40 -0700 (PDT) Sender: Michael Wallner Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) In-Reply-To: <5505A6E4.4080707@php.net> Date: Sun, 15 Mar 2015 16:41:39 +0100 Content-Transfer-Encoding: quoted-printable Message-ID: <5F85ABDD-40BB-4C72-88C1-9F5599A78069@php.net> References: <55059866.8030607@php.net> <5505A6E4.4080707@php.net> To: internals@lists.php.net X-Mailer: Apple Mail (2.2070.6) Subject: Re: [PHP-DEV] Minimum version of GCC required to build PHP From: mike@php.net (Michael Wallner) > On 15 03 2015, at 16:36, Sebastian Bergmann wrote: >=20 > Am 15.03.2015 um 15:34 schrieb Sebastian Bergmann: >> I am asking because using GCC 2.95.3 and GCC 3.4.0 I get errors = related >> to the usage of intptr_t (see http://pastebin.com/9Gn0AAXA). >=20 > Over in Room 11, Michael just pointed out that this could be related > to php_stdint.h. Yes, we could probably just add a check whether intptr_t is defined and = if not do so according to the bit width of the platform.=