Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34306 invoked from network); 19 May 2009 07:01:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 May 2009 07:01:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 70.38.37.248 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 70.38.37.248 ip-70-38-37-248.static.privatedns.com Received: from [70.38.37.248] ([70.38.37.248:34869] helo=october.pilotpig.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/C1-22943-D29521A4 for ; Tue, 19 May 2009 03:01:02 -0400 Received: from c-76-22-32-17.hsd1.wa.comcast.net ([76.22.32.17] helo=[192.168.1.2]) by october.pilotpig.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1M6JJc-0003pk-V6; Tue, 19 May 2009 03:00:45 -0400 To: Roman I In-Reply-To: <94.6F.05315.44EF11A4@pb1.pair.com> X-Priority: 3 References: <94.6F.05315.44EF11A4@pb1.pair.com> Message-ID: <77E6891A-AF77-47B5-94DB-FA69D4F7F198@roshambo.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 19 May 2009 00:00:53 -0700 Cc: internals@lists.php.net X-Mailer: Apple Mail (2.935.3) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - october.pilotpig.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roshambo.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Is there a technical reason From what I know, in the future versions of PHP short tags are going > to be > disabled by default. Common misunderstanding but the short_open_tag directive will never be disabled by default. There are distributed php.ini-* files that disable them, but those don't contain default values. Regards, Philip