Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76354 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86297 invoked from network); 5 Aug 2014 13:35:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2014 13:35:03 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.192.42 mail-qg0-f42.google.com Received: from [209.85.192.42] ([209.85.192.42:63218] helo=mail-qg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/F2-48163-38DD0E35 for ; Tue, 05 Aug 2014 09:35:00 -0400 Received: by mail-qg0-f42.google.com with SMTP id j5so994115qga.1 for ; Tue, 05 Aug 2014 06:35:25 -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=7DSvc/ZW2iY/8RUz73L7tI2X0167K59mPGyNPa/yk2M=; b=qmV3M4cuPiUqNEZB4VTfsplIYaoTkGlPyL/LxFHN8hEyDqqjvaM88dpQOszOlzEo8y /xAfYe52PxrxvUZiv8KQVmBG4da6pn18/fCc6lFnvsMrEnQSrZxq0NDMUm9v5HC6LB2c 802a+EKlam1dmJsPi44DekyczEc/WDj3V/b8g4xHPE8Scz9iB+d799AOZsIt1OZcfODY zVfOBrow+pH/vP/yivi2TZuTYMGOYcUZ6Ms3cOur97MQ2lv/RzqWHwBgj2iS4RJbDhuM RQfvZtAwINcxANL2AxEZCYumSFbuFVa20NRfZcKcz1MwyzB22d8QqlMbBc7adMUdQNOM FSXg== MIME-Version: 1.0 X-Received: by 10.140.92.13 with SMTP id a13mr5430977qge.88.1407245724923; Tue, 05 Aug 2014 06:35:24 -0700 (PDT) Received: by 10.140.102.111 with HTTP; Tue, 5 Aug 2014 06:35:24 -0700 (PDT) In-Reply-To: <72.72.48163.0AAC0E35@pb1.pair.com> References: <25.82.08559.C1852D35@pb1.pair.com> <21.50.09748.8007AD35@pb1.pair.com> <53DB525A.4030103@free.fr> <081552A9-049F-4941-BD29-D93E9CEEDC1B@ajf.me> <77.12.48163.B87C0E35@pb1.pair.com> <72.72.48163.0AAC0E35@pb1.pair.com> Date: Tue, 5 Aug 2014 15:35:24 +0200 Message-ID: To: Pascal Chevrel Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a113987208bc1f004ffe1edb6 Subject: Re: [PHP-DEV] Reporting bugs for phpng From: tyra3l@gmail.com (Ferenc Kovacs) --001a113987208bc1f004ffe1edb6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Aug 5, 2014 at 2:14 PM, Pascal Chevrel wrote: > Le 05/08/2014 14:01, Pascal Chevrel a =C3=A9crit : > > Le 05/08/2014 13:41, Dmitry Stogov a =C3=A9crit : >> >>> Now it must be completely fixed in git. >>> >>> Thanks. Dmitry. >>> >>> >> Thanks Dmitry, will the .deb package be soon updated so as that I can >> test that the issue is resolved on my side? >> >> > Actually, shouldn't 'php -i' expose somewhere the php-src revision that > was used for compiling to make QA easier? (PHP in general, not a PHPNG > specific question) > > > Regards > > Pascal > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > compiling php from version control is for development purposes, so if somebody decides to ship binaries based on an untagged php version, it is his/her responsibility to provide a way for the end user to be able to figure out the exact version which was used for the build. the official php versions all use a separate version and even the http://snaps.php.net/ tarballs have a prise date in the filename to make it easier to tell which version was used as a basis (I think it would make sense to also add the git verion to the filename). I don't think that it would be a good idea to adjust our current build system to check if the build is done from git and patch the php version files on-the-fly so that the the resulting binary can tell which git version was used. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a113987208bc1f004ffe1edb6--