Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61595 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49838 invoked from network); 21 Jul 2012 00:16:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2012 00:16:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=nveid@silvona.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nveid@silvona.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain silvona.com designates 68.67.72.66 as permitted sender) X-PHP-List-Original-Sender: nveid@silvona.com X-Host-Fingerprint: 68.67.72.66 booster.silvona.com Received: from [68.67.72.66] ([68.67.72.66:52934] helo=mail.silvona.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/93-18983-5E4F9005 for ; Fri, 20 Jul 2012 20:16:40 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.silvona.com (Postfix) with ESMTP id AABA01E806B for ; Fri, 20 Jul 2012 20:16:34 -0400 (EDT) X-DKIM: OpenDKIM Filter v2.0.1 mail.silvona.com AABA01E806B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=silvona.com; s=default; t=1342829794; bh=2sStmyu39qWlD3Xe7SPbi/qexKvflwVGd78iBStDwfM=; h=Date:Subject:From:To:Message-ID:Mime-version:Content-type; b=XEokEqCWBTKC6BAgsIM6DCGCH6Ul2xNtkjHDP0G1tBU0F9SBkRCMvCrV3TeZwY6Ac 2BfqpvhWvZbp9tGfmK9XD8X0Q6F5LcaEThlUT/3zK2jqDkL4VD5wvBOBa7JM7bkJdG IB31R921F9MV8+FEvoj/eCgdOfqmNe2RKzvOtLV8= X-Virus-Scanned: Debian amavisd-new at booster.silvona.com Received: from mail.silvona.com ([127.0.0.1]) by localhost (booster.silvona.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L9zMEcNn1Lyo for ; Fri, 20 Jul 2012 20:16:33 -0400 (EDT) Received: from [192.168.1.110] (unknown [184.91.24.135]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) (Authenticated sender: nveid@silvona.com) by mail.silvona.com (Postfix) with ESMTPSA id C83371E8063 for ; Fri, 20 Jul 2012 20:16:32 -0400 (EDT) X-DKIM: OpenDKIM Filter v2.0.1 mail.silvona.com C83371E8063 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=silvona.com; s=default; t=1342829793; bh=2sStmyu39qWlD3Xe7SPbi/qexKvflwVGd78iBStDwfM=; h=Date:Subject:From:To:Message-ID:Mime-version:Content-type; b=tSlJPxPM86VdEjpmUFQoiI3N7aBHFZOFeE+nIYRimk1SzHISFaxMIWymxHZNNrzVz VpsOeJn8PdIQOuX9u3+Xmdn1CGWgoGl094Qbv1Rt0AS18fBZLZh12MVvkPPWq9xT4H 7NTrP84+lqTo6LvrbjL3v2K+u700S7WpUkVdrE58= User-Agent: Microsoft-MacOutlook/14.2.2.120421 Date: Fri, 20 Jul 2012 20:16:27 -0400 To: Message-ID: Thread-Topic: short_open_tags Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3425660193_14873637" Subject: short_open_tags From: nveid@silvona.com (Rick Bird) --B_3425660193_14873637 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit 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? I personally have found short tags a great tool, and simplifies a lot of things. In cases where there is the alternative syntax being used (great when working with php templates), . I understand the biggest reason to discourage short tags is for xml. Besides, how many documents are really written in xml? And how many actually use raw xml? Can we not still put