Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95610 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15518 invoked from network); 4 Sep 2016 07:57:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2016 07:57:59 -0000 Authentication-Results: pb1.pair.com header.from=coladict@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=coladict@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.178 as permitted sender) X-PHP-List-Original-Sender: coladict@gmail.com X-Host-Fingerprint: 209.85.161.178 mail-yw0-f178.google.com Received: from [209.85.161.178] ([209.85.161.178:36089] helo=mail-yw0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/07-32927-404DBC75 for ; Sun, 04 Sep 2016 03:57:58 -0400 Received: by mail-yw0-f178.google.com with SMTP id d130so64485771ywc.3 for ; Sun, 04 Sep 2016 00:57:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=n8xUU1Iis0sALHofb2TMByh7YNabMKV+nQuLyG/Yrms=; b=Cxa+/YF7Fmhx7ZKY6XwYTa2k8Dr1u7J/Q2TtsLFAnYAu9poElqp5i93D66Jnnm5V+8 70CIWygW0W4sGHTTEqEku0kU0/6DQwZwjdKR5b86K1HxOjQLASkpUY+h51V6SstUYIVA 0wyQkXIBOcV/b2l0osRlK3qk5/8tjSvYXrqU8IovdGjG2kmLWumNc8qsGbVKE6o+pKyN WGRVN8M9VLVo+7vAKSwUBjdtSCrPq4beBq/MzPQ1rQ3DIEYtp/QupSxJaACiFi22eNTt 1pK6HO8Xy+cHiL4cfkcjdztqVcUsFuZ5MxceyejRwUWAXuQmmQscOuitw6+xjMp0cD71 SeiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=n8xUU1Iis0sALHofb2TMByh7YNabMKV+nQuLyG/Yrms=; b=WsQ1QfZDhjal+RB5/9T3t77nXpoPEAIkHS3YAcjgJv+DToVmJiAQ3X3Euxm3H7VMDg nUIp67FYVTIUSOV0g2GyP2o/hlaU1yePs6gC1Rw+1GymX+dIRCu9pna2nbDaoN5mkivw WfDm93/MgiNtdkZKYE7V3qwFV3PGcjcJgCITpyVUUbmB2i8878VVhuH3g5v9Pg10+roK 9S91G8KlRCEqQfVByjWnM1QeV4BJDuMnS6zHJYZT7AgYDRvJzs8icqxZDHpN1cI0iUw5 NUzLRTKobK0H1VbyfWTdKtwgOYAk48Nd9EkgcoHNUqLBwRnbeuxKMymPbbleF1yQK9hX JubQ== X-Gm-Message-State: AE9vXwO+7Ei/qBGoSSwBh+KNuRuVYUCdTWJRbLpzXE/knmIqVAkz/BP+Lm+3DXDKYA/A8Nlp747dtzj6Z2Svdw== X-Received: by 10.13.205.70 with SMTP id p67mr23626662ywd.112.1472975873750; Sun, 04 Sep 2016 00:57:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.83.20.135 with HTTP; Sun, 4 Sep 2016 00:57:33 -0700 (PDT) In-Reply-To: References: Date: Sun, 4 Sep 2016 10:57:33 +0300 Message-ID: To: Levi Morrison Cc: internals Content-Type: multipart/alternative; boundary=001a114e8a84b7bc63053ba9eb0e Subject: Re: [PHP-DEV] Non-conflicting PHP 5 and 7 builds From: coladict@gmail.com (Jordan Gigov) --001a114e8a84b7bc63053ba9eb0e Content-Type: text/plain; charset=UTF-8 I can see your argument for using prefix, but that would not provide a solution to package maintainers who may want to give their users a choice. I was recently surprised when upgrading from Ubuntu 14 to 16 that it replaced PHP 5 with 7 entirely. They were forced into choosing between the two at a time when most developers will have to maintain both versions for several more years for different projects. And what do you mean --program-suffix is broken? What do you get and expect to get? With or without my changes it seems work as intended. 2016-09-02 18:28 GMT+03:00 Levi Morrison : > The issue is that you are writing to the same prefix. Just write them > to different prefixes and reference them separately. This is not a > unique-to-php situation. At work we maintain many different > simultaneous versions of Python, for example. > > With that said it looks like the program suffixes are broken. If > --program-suffix=7 is set then I'd expect php7, phpize7 (or php7ize, > don't really care), etc. > --001a114e8a84b7bc63053ba9eb0e--