Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56825 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7703 invoked from network); 7 Dec 2011 08:49:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2011 08:49:02 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:47939] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/41-01191-D782FDE4 for ; Wed, 07 Dec 2011 03:49:01 -0500 Received: by yenl6 with SMTP id l6so279032yen.29 for ; Wed, 07 Dec 2011 00:48:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=tA9yHFbCS8fIpR8mDv6vzXc0xRC/K91dQjWJ5KL1zo0=; b=RaaU8OqrBHKacvqzpDE3197gWpAoOAh32pvkVtKdGyaHoveZERd4ZIkMLPnhhbQ4Ex 98r8E9VdsZV/73jYj4hGtBSi+l/aiHP4A+DrNNjyxnrqUIDR01hurM7E3EbtpXkcxmrw ezOvAXaa3YqIe30O+KuI9ZGzgx0BAuqLV6Iyc= MIME-Version: 1.0 Received: by 10.236.170.1 with SMTP id o1mr24727368yhl.16.1323247739208; Wed, 07 Dec 2011 00:48:59 -0800 (PST) Received: by 10.147.151.4 with HTTP; Wed, 7 Dec 2011 00:48:59 -0800 (PST) In-Reply-To: References: <4EDF1433.4050604@php.net> Date: Wed, 7 Dec 2011 09:48:59 +0100 Message-ID: To: Laruence Cc: Pierre Joye , Sebastian Bergmann , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Bug #54514 From: hannes.magnusson@gmail.com (Hannes Magnusson) On Wed, Dec 7, 2011 at 09:44, Laruence wrote: > HI: > > 1. =C2=A0the PHP_BINARY is only make sence in cli sapi > 2. =C2=A0if the use script, by chance, =C2=A0has codes: =C2=A0define("PHP= _BINARY", > ***) will trigger error > Constants starting with PHP_ are reserved by PHP. This has come up several times before and we agreed a PHP_BINARY constant made the most senes. "The problem" with this feature was when we backtrack binary to load the php.ini file, it was to early in the startup to be able to register a constant, variable or whatever.. -Hannes