Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42945 invoked by uid 1010); 7 Feb 2007 06:27:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42930 invoked from network); 7 Feb 2007 06:27:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2007 06:27:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 66.79.163.178 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 66.79.163.178 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from [66.79.163.178] ([66.79.163.178:37322] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/B5-18288-F3179C54 for ; Wed, 07 Feb 2007 01:27:11 -0500 Received: from mail.bluga.net (mail.bluga.net [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id D7DB287711 for ; Tue, 6 Feb 2007 22:19:00 -0800 (PST) Received: from [192.168.0.106] (CPE-24-169-242-149.neb.res.rr.com [24.169.242.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 9E28C87382 for ; Tue, 6 Feb 2007 22:19:00 -0800 (PST) Message-ID: <45C96F51.8020600@chiaraquartet.net> Date: Wed, 07 Feb 2007 00:18:57 -0600 User-Agent: Thunderbird 1.5.0.9 (X11/20070104) MIME-Version: 1.0 To: internals Mailing List References: <45C96A2F.7020801@chiaraquartet.net> In-Reply-To: <45C96A2F.7020801@chiaraquartet.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PATCH] better implementation for __HALT_COMPILER(); From: greg@chiaraquartet.net (Gregory Beaver) Gregory Beaver wrote: > __COMPILER_HALT_OFFSET__. This does change behavior in that > __COMPILER_HALT_OFFSET__ can only be used within the same file that it > is defined. However, this is extremely unlikely to break any existing > scripts since it was designed for self-contained installers, and to my > knowledge, Phar/PHP_Archive and some auxiliary thing called PHK are the > only things using it. The benefits to users of phar-like things would I meant to say "only other things using it" with the primary usage being FUDForum and other single-file installers that have no need to support multiple __HALT_COMPILER();. Greg