Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14059 invoked from network); 27 Feb 2015 08:51:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2015 08:51:25 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.237 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.237 mail-1.de-punkt.de Received: from [93.190.64.237] ([93.190.64.237:47229] helo=mail-1.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/78-32582-D0030F45 for ; Fri, 27 Feb 2015 03:51:25 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-1.de-punkt.de (Postfix) with ESMTP id 32DA13A2EF for ; Fri, 27 Feb 2015 09:51:21 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail-1.de-punkt.de Received: from mail-1.de-punkt.de ([127.0.0.1]) by localhost (mail-1.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yp1pROzTyhCu for ; Fri, 27 Feb 2015 09:51:21 +0100 (CET) Received: from [192.168.178.24] (p57BDFA1D.dip0.t-ipconnect.de [87.189.250.29]) (Authenticated sender: php@sebastian-bergmann.de) by mail-1.de-punkt.de (Postfix) with ESMTPSA id B65713A2E6 for ; Fri, 27 Feb 2015 09:51:20 +0100 (CET) Message-ID: <54F03009.8070501@php.net> Date: Fri, 27 Feb 2015 09:51:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: internals@lists.php.net References: <54F02593.7040903@php.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] BC break between PHP 5.6.5 and PHP 5.6.6 From: sebastian@php.net (Sebastian Bergmann) 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 :-/