Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79832 invoked from network); 11 Jul 2014 10:37:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2014 10:37:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.45 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.220.45 mail-pa0-f45.google.com Received: from [209.85.220.45] ([209.85.220.45:41549] helo=mail-pa0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AA/11-06796-86EBFB35 for ; Fri, 11 Jul 2014 06:37:28 -0400 Received: by mail-pa0-f45.google.com with SMTP id rd3so1255925pab.18 for ; Fri, 11 Jul 2014 03:37:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=FZ91GyjyeVI8mfddmTi2NpPsPJlXIZIWvorTomCvisc=; b=EOgSDM/W291jiiGPMwkEGpjJBcQPzksd+MsQtBC98R4k+HxwwcTVHsDdz7d8rtkyhd NwjVTEC1I7xVi+M+INhvMLTlcdWR7FX7gsgeCVlnM8lf4mr42yLEBxgDjhJmkqKpq4Om n3ibsfH/UqLHbOLf07xLr0dyCzaYNgz3316TSdUDx1oQxGVTfWTzcvznBs286RO+LwkD ny/dkink8mUYmjTljkg8uE3/Fia6fG9B5Ik7ES3y8KlwtunQNcGuhVAKEabPU9t2WrqX zP4d+t0rPYPOgD5N5hWo3UR5QG+pnNaNVHvKy7Gu1SKKAGvgFNIjuPyU5LYBHtDgXt1h 3yWQ== X-Received: by 10.70.128.164 with SMTP id np4mr1051876pdb.168.1405075045589; Fri, 11 Jul 2014 03:37:25 -0700 (PDT) Received: from tjerks-imac.gateway.2wire.net (bb121-7-198-24.singnet.com.sg. [121.7.198.24]) by mx.google.com with ESMTPSA id pl10sm1888063pbb.56.2014.07.11.03.37.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jul 2014 03:37:24 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) In-Reply-To: <53BFA075.9000201@sugarcrm.com> Date: Fri, 11 Jul 2014 18:37:20 +0800 Cc: Ferenc Kovacs , PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <2264B27B-F9BE-4540-AD1C-5046143F18D2@gmail.com> <53BFA075.9000201@sugarcrm.com> To: Stanislav Malyshev X-Mailer: Apple Mail (2.1878.6) Subject: Re: [PHP-DEV] Travis CI for pull requests From: tjerk.meesters@gmail.com (Tjerk Meesters) Hi! On 11 Jul, 2014, at 4:29 pm, Stas Malyshev = wrote: > Hi! >=20 >> And while I was trying to figure out what does that mean, or why = should >> that prevent the travis build, I've just remembered that we don't = allow >> travis builds for PHP-5.3 and PHP-5.4 branches: >> = http://git.php.net/?p=3Dphp-src.git;a=3Dblob;f=3D.travis.yml;h=3Df1a333adc= b3e6c35f3fe19c27fbd7a28d99fe7de;hb=3Drefs/heads/PHP-5.4 >> So probably it is because of that. >=20 > All feature pulls should be done against master only. They will be > merged to appropriate branch but as pulls it should always be master > unless it is a fix specific to particular version. I see, though I would have the same issue if this was a fix instead of a = feature, right? :) In any case, I reasoned that it would be easier to start at the lowest = version where this feature could peacefully coexist and then merge it up = to 5.5, 5.6 and finally master. Should I do this in another way then? :) >=20 > --=20 > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/