Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60607 invoked from network); 9 Apr 2012 19:20:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2012 19:20:40 -0000 Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.160.170 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:51873] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/B5-34074-786338F4 for ; Mon, 09 Apr 2012 15:20:40 -0400 Received: by ghbg2 with SMTP id g2so2312307ghb.29 for ; Mon, 09 Apr 2012 12:20:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=lGUVvRhsG9JreA03z1dz6RoqKEx65Ox0FMFSPoiSGXI=; b=QHqlvikWcNh6JQhPUhIZeIMTGo76eIwTW580ETaW56J8LW3LHhAwJv1jjUfLgInr94 aViVUSDz4ILDbKMq7cLCUpDWcQDBDSHBNmqJFrevYmbsgFHIt0eaYx+9UFC80fU2npHF JWgf2+1LvqFkZQ3meIfEyObn46Ghc4j4/nsqlrVa73RqB2e7Xy96qkc6j+mGXVk5HUjR Ygn13xi/RAB2EOwQIWXiZXIoUBChzXsWE1hHFhvw7qEcORFMHQu8C732r0xDIph7JBoj OfsHWDh1xUJIrCjBo6fAfXaxmiERL/FM7VMJ4cgkd1PuSPvT3+TV8y2dAuIKVVweKijq pt/g== Received: by 10.60.23.138 with SMTP id m10mr11969359oef.12.1333999236501; Mon, 09 Apr 2012 12:20:36 -0700 (PDT) Received: from ralph-mac.local (ip174-73-14-247.no.no.cox.net. [174.73.14.247]) by mx.google.com with ESMTPS id t5sm13523786oef.10.2012.04.09.12.20.35 (version=SSLv3 cipher=OTHER); Mon, 09 Apr 2012 12:20:35 -0700 (PDT) Message-ID: <4F833682.2000301@ralphschindler.com> Date: Mon, 09 Apr 2012 14:20:34 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: internals@lists.php.net References: <-5877502932356715576@unknownmsgid> <-3647345967307864634@unknownmsgid> <4F831FAE.2030208@ralphschindler.com> <4775322189440202047@unknownmsgid> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlOaxqnBPQ9McPUt2vrge8Lf/Gv+XUN/E6Ojn1o9yMCv2M1oZxxNeAFPtnqzGpO2tq4SRAw Subject: Re: [PHP-DEV] RFC: source files without opening tag From: ralph@ralphschindler.com (Ralph Schindler) > autoloaders (as is typical in almost any project that would be > interested in .phpc files in the first place) rather than repeatedly I am partial to file.p btw. PHP without the HP, or Hypertext Pre-Processing- whatever that is! ;) In fact, it could mean PHP without the Html Passthrough. You get the point. phpc to me seems to imply a compile cache, like .pyc -ralph > all over the place in every file (as with old-fashioned uses of > 'require', and various templating situations). > > I will revise the RFC shortly. >