Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76728 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90300 invoked from network); 20 Aug 2014 10:44:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2014 10:44:27 -0000 Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.219.41 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.219.41 mail-oa0-f41.google.com Received: from [209.85.219.41] ([209.85.219.41:44771] helo=mail-oa0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/A2-11231-A0C74F35 for ; Wed, 20 Aug 2014 06:44:26 -0400 Received: by mail-oa0-f41.google.com with SMTP id j17so6263535oag.28 for ; Wed, 20 Aug 2014 03:44:23 -0700 (PDT) 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:date :message-id:subject:from:to:cc:content-type; bh=cp/YAPRVgcQV0D17v/wFGEad6WFbCz/GavhAJdpBTs0=; b=j0IxYZwbqK+7TQ9cLUaNjWYvwqdABal2+4AffSDIXpJP09l8zGbgiUfg4w9KfZBMr1 xtgvrR6UmGIUE81M22+FnpwfbLeVxHXU9Rv13ErctqjX2f7TfkzFe1ZTxXBYN3Pl95da G3Fw3v8LEbWnpNu1l8+UWTMmZ+H0akyQUiRzxLJmCxw3U7Yr4IJlOjfbuWSxvPbP3eWH nc4HkJXGYtx7/+zv6sOzbesoS9e/EcVVQXFT8pjKAQFo4vzG3QVx5D397HCzP4HbEgfM 8dOWmM48ftlOIYO/eV20BDC6DqVF6K5kyEh8u+8YTuGbeso4B+GJ/UtKSclrGZ2KBUe8 QoLg== X-Gm-Message-State: ALoCoQlRE5NK+qfmUCOUZt43dpuBG37xpkdFSZns4QEzGlnrVjSu6VqAZscuEB8ITyiZmxTMfMgrX36nF9e6CoPc2jHU72QRDTj+JR/hiwH5MfC52kYenBAhpxUdPYRSY7LmmQGd4lR9 MIME-Version: 1.0 X-Received: by 10.60.58.65 with SMTP id o1mr49424175oeq.2.1408531463187; Wed, 20 Aug 2014 03:44:23 -0700 (PDT) Received: by 10.60.142.231 with HTTP; Wed, 20 Aug 2014 03:44:23 -0700 (PDT) In-Reply-To: References: <53F2798C.9020302@sugarcrm.com> Date: Wed, 20 Aug 2014 13:44:23 +0300 Message-ID: To: Bob Weinand Cc: Stas Malyshev , PHP Internals , Dmitry Stogov Content-Type: multipart/alternative; boundary=089e013d095a84c5b805010d49bc Subject: Re: [PHP-DEV] master is broken on Travis From: lior.k@zend.com (Lior Kaplan) --089e013d095a84c5b805010d49bc Content-Type: text/plain; charset=UTF-8 On Tue, Aug 19, 2014 at 1:46 AM, Bob Weinand wrote: > Am 19.8.2014 um 00:09 schrieb Stas Malyshev : > > Hi! > > > > Since we've had phpng branch merged to master the build on Travis CI is > > broken for master (as in, doesn't even build). Could it be fixed? It's > > not a good thing that we have master branch that CI can not even run on. > > I suspect it has to do with phpdbg but didn't look into it in depth. > > -- > > Stanislav Malyshev, Software Architect > > SugarCRM: http://www.sugarcrm.com/ > > Hi, > > yes, phpdbg is not ported yet to phpng. I planned to port it when I have > time, that'll be in first week of September. > > Until then, feel free to remove phpdbg from travis build. (I'll add it > then again) > Removed phpdbg build from configure, and master builds fine. Removed its tests as well to have travis finish green. Kaplan --089e013d095a84c5b805010d49bc--