Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83984 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17149 invoked from network); 27 Feb 2015 08:56:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2015 08:56:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.172 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.220.172 mail-vc0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:42379] helo=mail-vc0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/29-32582-B3130F45 for ; Fri, 27 Feb 2015 03:56:27 -0500 Received: by mail-vc0-f172.google.com with SMTP id kv7so5852216vcb.3 for ; Fri, 27 Feb 2015 00:56:24 -0800 (PST) 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=znI47kaJv0IAr8IG00VAoDbFTK3GKlhTqsTvE6fZGB4=; b=luGy6joQDd3uetAkH+s34mQMbztT9kVBwFMqawBknHsIZcxnMnlCje5927fp0afWH2 tPl8Wgt9PUmLZe962uGApsYvkpndNplcQZoXv5732Knb0F5V5SyYh94RPMuzCSa6NkYL 5Bd+9jiFAe7SHKZquZ8h2B+HgNcLUXMjjJ+eqDHDUV2iw7g5weOS2uOYDUh12+BB3Q1X ydKBnSvbo5RFtriHyFrvW/Y0yE7ZNfbqFTsJD4z6hrfXJUO53xE8hdzDFKqeuJRhTDox UUe5ix37FargILzifNAqe7g5uK00BjWO9hW/HOUeAuIrVcbpQZg5CsKyrDb3A7RUb8Hy OwEg== X-Gm-Message-State: ALoCoQkVHwu1GvHHEfzubtk79CRQU+xYgBhTR79d5zkO1WL46UfwhfqPAkyykVHAq6QzUibPij6DCz09YcN5wK7m2rUBWL+V6k8vtb1Eg+Nz8UOVcAS4JmIZsP4sdS/lFfU37QWo1bjanzOVcG4FeRcerNJL8Bu96w== MIME-Version: 1.0 X-Received: by 10.52.134.141 with SMTP id pk13mr3530383vdb.5.1425027384813; Fri, 27 Feb 2015 00:56:24 -0800 (PST) Received: by 10.52.113.231 with HTTP; Fri, 27 Feb 2015 00:56:24 -0800 (PST) In-Reply-To: <54F03009.8070501@php.net> References: <54F02593.7040903@php.net> <54F03009.8070501@php.net> Date: Fri, 27 Feb 2015 12:56:24 +0400 Message-ID: To: Sebastian Bergmann Cc: PHP Internals Content-Type: multipart/alternative; boundary=bcaec52bf2d911be9a05100e0b0c Subject: Re: [PHP-DEV] BC break between PHP 5.6.5 and PHP 5.6.6 From: dmitry@zend.com (Dmitry Stogov) --bcaec52bf2d911be9a05100e0b0c Content-Type: text/plain; charset=UTF-8 check xdebug Thanks. Dmitry. On Fri, Feb 27, 2015 at 11:51 AM, Sebastian Bergmann wrote: > Am 27.02.2015 um 09:30 schrieb Xinchen Hui: > > maybe related to your own build? > > The test in the PHPUnit test suite fails with > > PHP 5.6.6 (cli) (built: Feb 19 2015 09:44:29) > Copyright (c) 1997-2015 The PHP Group > Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies > with Xdebug v2.3.1, Copyright (c) 2002-2015, by Derick Rethans > > which comes from > > Name : php-cli > Arch : x86_64 > Version : 5.6.6 > Release : 1.fc21.remi > Size : 13 M > Repo : installed > From repo : remi > Summary : Command-line interface for PHP > URL : http://www.php.net/ > License : PHP and Zend and BSD > Description : The php-cli package contains the command-line interface > : executing PHP scripts, /usr/bin/php, and the CGI > interface. > > The test in the PHPUnit test suite does not fail with > > /usr/local/php-5.6/bin/php -v > PHP 5.6.5 (cli) (built: Feb 27 2015 08:26:15) (DEBUG) > Copyright (c) 1997-2014 The PHP Group > Zend Engine v2.6.0, Copyright (c) 1998-2014 Zend Technologies > with Xdebug v2.3.0dev, Copyright (c) 2002-2013, by Derick Rethans > > which I have built from the PHP 5.6.5 tarball. > > The test in the PHPUnit test suite does not fail with > > /tmp/php-5.6.6/sapi/cli/php --version > PHP 5.6.6 (cli) (built: Feb 27 2015 09:47:36) > Copyright (c) 1997-2015 The PHP Group > Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies > > which I have built from the PHP 5.6.6 tarball. > > Confusing :-/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --bcaec52bf2d911be9a05100e0b0c--