Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56827 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10416 invoked from network); 7 Dec 2011 08:56:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2011 08:56:21 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:40831] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/E1-01191-33A2FDE4 for ; Wed, 07 Dec 2011 03:56:20 -0500 Received: by wgbdt13 with SMTP id dt13so665913wgb.11 for ; Wed, 07 Dec 2011 00:56:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vFzwfgy4sVMtMyC7ABnV3NSqXnFZ/Rz2oyZzT0lIiQE=; b=vajMASQI2mxOj5OdR2w1cajso9NKGiJmH++w/kQLfARSXSfab4nB2IZH288XrAEp8P 3fTOKf9dTpLV5behCxVbkgz0jbR73b1JhnSYPmmZDOG0v5L4LhCF71HZ3KIc9VjVijr7 D9Fsha49Vsmmzye1eDpvgYDRMz4zSem4BDsT8= MIME-Version: 1.0 Received: by 10.216.21.83 with SMTP id q61mr387511weq.106.1323248175115; Wed, 07 Dec 2011 00:56:15 -0800 (PST) Sender: patrick.allaert@gmail.com Received: by 10.223.114.9 with HTTP; Wed, 7 Dec 2011 00:56:15 -0800 (PST) In-Reply-To: <4EDF1433.4050604@php.net> References: <4EDF1433.4050604@php.net> Date: Wed, 7 Dec 2011 09:56:15 +0100 X-Google-Sender-Auth: c5c5esZvKQJPindKPXOCRUwMAsE Message-ID: To: Sebastian Bergmann Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Bug #54514 From: patrickallaert@php.net (Patrick ALLAERT) 2011/12/7 Sebastian Bergmann : > =C2=A0Can somebody look into https://bugs.php.net/bug.php?id=3D54514 plea= se? > =C2=A0This causes issues for CLI tools implemented in PHP that are invoke= d > =C2=A0through Apache Ant, for instance, and need to know the PHP interpre= ter > =C2=A0that is running them. > > =C2=A0See https://github.com/sebastianbergmann/phpunit/issues/432 for an > =C2=A0example of how this affects PHPUnit. > > -- > Sebastian Bergmann =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0Co-Founder and Principal Consultant > http://sebastian-bergmann.de/ =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 http://thePHP.cc/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > PHP_BINDIR . "/php" ? Patrick