Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89293 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39744 invoked from network); 22 Nov 2015 11:23:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2015 11:23:22 -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.218.51 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.218.51 mail-oi0-f51.google.com Received: from [209.85.218.51] ([209.85.218.51:35094] helo=mail-oi0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/24-23339-8A5A1565 for ; Sun, 22 Nov 2015 06:23:22 -0500 Received: by oige206 with SMTP id e206so94077235oig.2 for ; Sun, 22 Nov 2015 03:23:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zend-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=czB6dgnNJduO8542AbvS/GJRilZdUDhpPqFnR5wnn1o=; b=YjvrD+dGS1tXeMq0BdmXL0AT9L3HYns6mI8yyFbhu8Rj77p2RX0Ow6C1yonEMw5zIE 0jx2EhByYi6WR3r3s5FLEbEYb/wwAQkSzvTVoQzT6rWgT1eU2QOdjGfu3c9siLWjiyey wTGo4+IKoNuQ0THuEnWQJjeLfxxwWz5U0wHdSpTM1/ykW6gU9L68E7OkAredlfN9kEPq jd7YTIC15lVw7fcmg+3hoZk5n03FYKJmiPxIdBeYpuaaNnO7vCWGi0FqqLAdLk4wGOT7 rWCNX5pHrOKEaymeoqRI54OX6BUecQ13RRMyDHKi7N4Z502+nbyw6PwJLIoJB24IuRIW WTMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=czB6dgnNJduO8542AbvS/GJRilZdUDhpPqFnR5wnn1o=; b=CJ8AeSC3YeZ4quiJE2P6jYsrSqgKFPQQDTOqmZTq9JlaAJmtYZtt4YdMHK74vfNc6W T+eQ5hpX6CdhJdzX+KtYK+7YCjdSu1fIF6M8i4Tf8eYs+LflVnFIf/qW2LZVQUjlgmU0 Bvc6UHxujBheHp4kfoCFTxu5kpMdj9m24JaBnf68fz3J3+CnFe53g86Hxd8Ux8RgqdLt P4GhOo4KkNhpvfLsbZOkZH4dvMq6DUSPxPg3whygtc5LiWCXFqZKOra8aNNHlvlTeJW6 stK7aq18o9bkxs5hnW7AlQMdEio8e+WW7082vX5VVGPGjqhsUL6o9IlKo809E+BmQYMb oANA== X-Gm-Message-State: ALoCoQnFnrHzqjQNwKWauwcm5iSxMMVE76eTQu89BSeu+eaabx9BqLIdETkVrE9RR/xTT1pLyeoEHDIym9iw0K2bzUp4RcWpAxOyrzr/soSSohln5bTKo/3qZf8yR3WpKo3COoZBL4ybtFMzLOu7aIL1wmx1fPK6Y5meXo3YW7FvXz/07+qkRtc= MIME-Version: 1.0 X-Received: by 10.60.138.130 with SMTP id qq2mr14826726oeb.23.1448191398029; Sun, 22 Nov 2015 03:23:18 -0800 (PST) Received: by 10.202.198.75 with HTTP; Sun, 22 Nov 2015 03:23:17 -0800 (PST) Date: Sun, 22 Nov 2015 13:23:17 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=047d7b4141c0d8ca4505251f551d Subject: Pear fetch script problem on PHP 7.0 From: lior.k@zend.com (Lior Kaplan) --047d7b4141c0d8ca4505251f551d Content-Type: text/plain; charset=UTF-8 Hi, Trying to build PHP 7 RC7 on Darwin I get: [activating module `php7' in /usr/local/zend/apache2/conf/httpd.conf] Installing PHP CLI binary: /usr/local/zend/bin/ Installing PHP CLI man page: /usr/local/zend/share/man/man1/ Installing phpdbg binary: /usr/local/zend/bin/ Installing phpdbg man page: /usr/local/zend/share/man/man1/ Installing PHP CGI binary: /usr/local/zend/bin/ Installing PHP CGI man page: /usr/local/zend/share/man/man1/ Installing build environment: /usr/local/zend/lib/php/build/ Installing header files: /usr/local/zend/include/php/ Installing helper programs: /usr/local/zend/bin/ program: phpize program: php-config Installing man pages: /usr/local/zend/share/man/man1/ page: phpize.1 page: php-config.1 Installing PEAR environment: /usr/local/zend/share/pear/ Fatal error: Redefinition of parameter $argv in /php-7.0.0RC7/pear/fetch.php on line 3 make: *** [install-pear] Error 255 Has anyone encounter this from pear/fetch.php ? I could build PHP 5.6.15 in the same environment without a problem (and the file is the same in 5.6/7.0). Kaplan p.s. Most Linux environments have wget/curl so they are used before that script (part of the "make pear-install" target). --047d7b4141c0d8ca4505251f551d--