Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27934 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41997 invoked by uid 1010); 9 Feb 2007 04:20:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41982 invoked from network); 9 Feb 2007 04:20:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Feb 2007 04:20:57 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; 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:33788] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/B1-18147-7A6FBC54 for ; Thu, 08 Feb 2007 23:20:56 -0500 Received: from mail.bluga.net (mail.bluga.net [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 8B6C98735D for ; Thu, 8 Feb 2007 20:21:05 -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 53A9A8735A for ; Thu, 8 Feb 2007 20:21:05 -0800 (PST) Message-ID: <45CBF6A7.905@chiaraquartet.net> Date: Thu, 08 Feb 2007 22:20:55 -0600 User-Agent: Thunderbird 1.5.0.9 (X11/20070104) MIME-Version: 1.0 To: internals Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: update to __HALT_COMPILER(); patch - 4 .phpt tests From: greg@chiaraquartet.net (Gregory Beaver) Hi, http://pear.php.net/~greg/halt/ contains the patch (unchanged and still against PHP_5_2) and 4 .phpt tests that prove it works. Greg