Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21777 invoked from network); 13 Apr 2012 00:01:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2012 00:01:42 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:61991] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/29-00290-5EC678F4 for ; Thu, 12 Apr 2012 20:01:41 -0400 Received: by wibhr17 with SMTP id hr17so5448250wib.5 for ; Thu, 12 Apr 2012 17:01:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wGpI8oxdthxuh1gr21WDxyhJFA2xDYWT368EIyww/1c=; b=jfSbrJAPag6o4TRhZ+ghKoP4mY6O0O+CK/lgOeW05rs9OVRY8ZGqHjGxFR9vHKP9rz 0bsfl8R6Itwjc4otkd49FUgJhQ7m2fWC7tGmUepcpt2whK36j9mksvQWgnt7K9q2Yw69 9zmLqnjF5+unpEC5cpQ2Sfxfp54HBy/Kat/lr0Vh866BQ9Shp6w3ib9Hgq0VybiQ1g6G FjAmALDSSdtP5AVyHJ7V2QY323p7p2z/Sq+V+JY9/qkpqrG3W94IpVQhBi69bGUpcq3l 36od/IUdsluSLvJns/mvYZsccSCs2f8Sz6kafjAZZEdosKLEoDfyDZ087T7Z8hvu4Ygo 0HCQ== MIME-Version: 1.0 Received: by 10.180.103.35 with SMTP id ft3mr101206wib.0.1334275297618; Thu, 12 Apr 2012 17:01:37 -0700 (PDT) Received: by 10.223.79.67 with HTTP; Thu, 12 Apr 2012 17:01:37 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Apr 2012 17:01:37 -0700 Message-ID: To: Arvids Godjuks Cc: Yasuo Ohgaki , PHP internals list Content-Type: multipart/alternative; boundary=f46d043bd7e825a9e904bd842d69 Subject: Re: [PHP-DEV] [RFC] New .phpp File Type for Pure-Code PHP Scripts From: kris.craig@gmail.com (Kris Craig) --f46d043bd7e825a9e904bd842d69 Content-Type: text/plain; charset=ISO-8859-1 On Thu, Apr 12, 2012 at 4:44 PM, Arvids Godjuks wrote: > So ok, i write my code in files without extension, what happens? > > As it was said before, interpreter will not distinguish by the file > extension, ever. It is os dependant and so on. > > Why are you poluting the mailing list with things that are clearly said > will never happen? > You might want to consider using less inflammatory, disrespectful language if you want people to respond favorably to your questions. I.e. accusing someone of "poluting [sic] the mailing list" because they posted an idea you don't like is neither constructive nor necessary. That being said, the .php file extension is not, as far as I know, determined by the operating system. It's determined by the webserver configuration. So if you have two different extensions, each with a separate SAPI handler to differentiate between them, there's no reason why this wouldn't work just fine. After all, the internet didn't explode when we dropped the .php3 extension. ;P --f46d043bd7e825a9e904bd842d69--