Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61604 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78843 invoked from network); 21 Jul 2012 08:02:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2012 08:02:10 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:46918] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/D0-07940-1026A005 for ; Sat, 21 Jul 2012 04:02:10 -0400 Received: by pbbrp12 with SMTP id rp12so8196075pbb.29 for ; Sat, 21 Jul 2012 01:02:07 -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:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=LtUMzaMdHigO3RfqCMq81JYHE+aXt85f4gkl80+xjD4=; b=eDasy54C0PY7x5E3p9jSqmlUqxtnF5hiokrg1nAl3kCwsjSxJNyKK68YQ4V+TFWufs 4YJznDKLa201oLY/3B50gagIIbnqdjgKO6z5oycNL/3jTW0L1lzO0zuzB1mV+3S/7FWq xLb0JxOGzz+ezH1ekQ1JQ/Lydp3w2NPDzWA3yIIspYq4RQ5M6lOateUWpeSD5UxPPTK7 OymIHOkdMHX/2RJ1/5xDPLbptmSHvXGsJ5F3HDNsc+pWDfuRmhd2h3sxJBEQnI2qG/Bx m5IPosdXwK3yeCyPOKfQJk1T0S06nCBpR4xHdNB4m2uy7laqmBdNIJ3TaD4rhFFzDLmr fjrA== Received: by 10.68.213.67 with SMTP id nq3mr20038481pbc.142.1342857727075; Sat, 21 Jul 2012 01:02:07 -0700 (PDT) Received: from [192.168.200.5] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id ms1sm5604522pbb.63.2012.07.21.01.02.05 (version=SSLv3 cipher=OTHER); Sat, 21 Jul 2012 01:02:06 -0700 (PDT) Message-ID: <500A61FC.6000508@lerdorf.com> Date: Sat, 21 Jul 2012 01:02:04 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Rick Bird CC: internals@lists.php.net References: In-Reply-To: X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQm7MB944ObEPtwlAXbyOh8/I4CUoVpSLNxLEjIm30pNaWXLURTcIhOTLXgBKpBbanEXnF52 Subject: Re: [PHP-DEV] short_open_tags From: rasmus@lerdorf.com (Rasmus Lerdorf) On 07/20/2012 05:16 PM, Rick Bird wrote: > Hi, > My name is Rick.. I done some light work on documentation side of things, > but I had a question because I've been working a lot with the Symfony > framework lately. Some in the Symfony irc room seem to be under the > impression that short_open_tags is to be deprecated in php6. Is there any > weight to this? No, we have no plans to deprecate short tags. -Rasmus