Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44241 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52982 invoked from network); 11 Jun 2009 09:40:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jun 2009 09:40:57 -0000 Authentication-Results: pb1.pair.com header.from=paul.biggar@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=paul.biggar@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.31 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: paul.biggar@gmail.com X-Host-Fingerprint: 74.125.46.31 yw-out-2324.google.com Received: from [74.125.46.31] ([74.125.46.31:55637] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/37-12056-721D03A4 for ; Thu, 11 Jun 2009 05:40:56 -0400 Received: by yw-out-2324.google.com with SMTP id 3so715036ywj.83 for ; Thu, 11 Jun 2009 02:40:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=PKKIaaW7R7CmhKwYYJPviWMixvpa1RG1qvcasihmwLk=; b=ZOmI5qrfW+0Ws7/gI/nxzl373ZbSOFXbaN+b5FoFiDSJWKXwlb37RLDq6Q/YgvjQq/ MV/16ysJzht8tBVyycGY2NzgPzF4GjJ8UfciJFXOT0Bz8YCpfvVZmq9jEh04LvIXacv0 JasdpC1cfZuH9sCK+1cCPg+VUuZR7dmNnDUNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=NBAd6juguN68dM/rzi04gsE60PxU2AKaKTkVPWDkoQAioW7T3w7L1KCXRm4a1IKYTy MNFf5PUlbpqNAzjkmRhAtXuzb9PGzCYbqfBKJentCaLaxrKIu3vXQ8SK4Z/55cP8PzFX W3yrVsOWYB8uQ45BzMawlknRpGeCQcPyNbcdc= MIME-Version: 1.0 Received: by 10.231.11.139 with SMTP id t11mr1148756ibt.25.1244713253062; Thu, 11 Jun 2009 02:40:53 -0700 (PDT) In-Reply-To: References: <1244645012.6252.110.camel@goldfinger> <40FA7DAAEDB842BDA8AB74CC7FF1164F@PC3EE1F19287> Date: Thu, 11 Jun 2009 10:40:33 +0100 Message-ID: To: Nuno Lopes Cc: Guilherme Blanco , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Last steps towards 5.3.0 From: paul.biggar@gmail.com (Paul Biggar) On Thu, Jun 11, 2009 at 9:35 AM, Nuno Lopes wrote: > Oh, very nice, Paul ;) I wasn't aware of this script. > btw, does it perform inlining of included files? (so that you can have a > self-contained reduced file) phc supporting inlining with --include. So I would guess that calling $reduce->set_phc ("phc --include") it would work, but I haven't tried it. Paul -- Paul Biggar paul.biggar@gmail.com