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

Reply via email to