Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84957 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18816 invoked from network); 16 Mar 2015 00:08:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 00:08:03 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.41 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.41 mail-qg0-f41.google.com Received: from [209.85.192.41] ([209.85.192.41:34536] helo=mail-qg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/78-06614-1EE16055 for ; Sun, 15 Mar 2015 19:08:02 -0500 Received: by qgh62 with SMTP id 62so27916559qgh.1 for ; Sun, 15 Mar 2015 17:07:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0Ab2b/+w1bINS5Tum6tdrmgoaZ3fxaiqA9JN8iZYrZQ=; b=T2DsHvF8JEEAz8ize5WLAZTUc/xornxo+SHTjsz+lvbEm5ki0Dl2lVWYJ5FAKakc0H k8Y5gWgVUz5RyA8nesxhjLpOQ/poCceGMF/9aar3UlLNo7qCvPGULGwAOZpTDccpnIb9 pv4SDFXlKp8YTqt09juTw89bVAdp34JH4iHB91u1My/B16Sm1wW06/LeaddGgJeGvIcV vkFatnQ1OxFnQRUPVMueZbhF4x+xDWfcUuaJwMSLlIBnDyDhFOiFEtLH/NHT7XbjIVNB J4mi33/Z2VX5nXQgfyJl5Ck71KwBVnsbbrfFT/3FASzqiYSu9JGMAtnOG3dbR+PTL9pT cgZw== MIME-Version: 1.0 X-Received: by 10.55.33.41 with SMTP id h41mr107235999qkh.69.1426464479628; Sun, 15 Mar 2015 17:07:59 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Sun, 15 Mar 2015 17:07:59 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Sun, 15 Mar 2015 17:07:59 -0700 (PDT) In-Reply-To: <5F85ABDD-40BB-4C72-88C1-9F5599A78069@php.net> References: <55059866.8030607@php.net> <5505A6E4.4080707@php.net> <5F85ABDD-40BB-4C72-88C1-9F5599A78069@php.net> Date: Mon, 16 Mar 2015 11:07:59 +1100 Message-ID: To: Michael Wallner Cc: PHP internals Content-Type: multipart/alternative; boundary=001a1140054297d5bc05115ca45a Subject: Re: [PHP-DEV] Minimum version of GCC required to build PHP From: pierre.php@gmail.com (Pierre Joye) --001a1140054297d5bc05115ca45a Content-Type: text/plain; charset=UTF-8 On Mar 16, 2015 2:41 AM, "Michael Wallner" wrote: > > > > On 15 03 2015, at 16:36, Sebastian Bergmann wrote: > > > > 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). > > > > 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. I remember some bugs affecting php with 2.95.x, I would be careful before using it. We may as well ask for 3.x with 7+, we may have discussed that for 5.5 or 5.6, if I am not mistaken. --001a1140054297d5bc05115ca45a--