Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96278 invoked from network); 7 Dec 2011 07:22:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2011 07:22:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.37 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.37 mail-7.de-punkt.de Received: from [93.190.64.37] ([93.190.64.37:33086] helo=mail-7.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AE/37-40938-C341FDE4 for ; Wed, 07 Dec 2011 02:22:37 -0500 Received: (qmail 32543 invoked by uid 511); 7 Dec 2011 07:22:35 -0000 Received: by simscan 1.3.1 ppid: 32539, pid: 32541, t: 0.6029s scanners: attach: 1.4.0 Received: from unknown (HELO ?0.0.0.0?) (sb%sebastian-bergmann.de@217.114.76.105) by 0 with ESMTPA; 7 Dec 2011 07:22:34 -0000 Message-ID: <4EDF1433.4050604@php.net> Date: Wed, 07 Dec 2011 07:22:27 +0000 Organization: PHP Development Team User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Bug #54514 From: sebastian@php.net (Sebastian Bergmann) Can somebody look into https://bugs.php.net/bug.php?id=54514 please? This causes issues for CLI tools implemented in PHP that are invoked through Apache Ant, for instance, and need to know the PHP interpreter that is running them. See https://github.com/sebastianbergmann/phpunit/issues/432 for an example of how this affects PHPUnit. -- Sebastian Bergmann Co-Founder and Principal Consultant http://sebastian-bergmann.de/ http://thePHP.cc/