Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99119 invoked from network); 13 Apr 2009 16:00:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2009 16:00:28 -0000 Received: from [127.0.0.1] ([127.0.0.1:11407]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 1F/CE-22673-C9163E94 for ; Mon, 13 Apr 2009 12:00:28 -0400 Authentication-Results: pb1.pair.com header.from=glen.84@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=glen.84@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: glen.84@gmail.com X-Host-Fingerprint: 209.85.146.179 wa-out-1112.google.com Received: from [209.85.146.179] ([209.85.146.179:17449] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/0B-22673-B0353E94 for ; Mon, 13 Apr 2009 10:58:20 -0400 Received: by wa-out-1112.google.com with SMTP id j40so1077457wah.7 for ; Mon, 13 Apr 2009 07:58:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=S/TMLXIzS3e81OOHspgrfgra4g1zz7dq0Tm8DUQf7Rg=; b=p2NmycaDL5AUmOEr9jq2/xNIqj4+EyfK2NImHNOp8XcJH1ZX4sN1UiRJzZ1LCu/EFy oSE69KTLo3rgehqa89I4nj+z3mtpEmlyx4iOalDTgUk9JG3VBakjMmPk+xlNN+vwtA4B KpWny2KYoVqTSpoLOOlH/G8VfNXTb9rdHjRyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=U5KO6cQe6w6H9sWSfxYuh6e33aqdjWQdEdN7jJsQtYk3t8v4jUFZyLCOsJgvP8iSnS 3aJ9FS77IZOArumSvuwiwRMK5X/HqyQg9MjQgEI29EPe2Yr7bddahYTmTq9pYGbnaAB0 iSomEYyMO5t8QGmCRqwAdvsn072VHKcGqNvIQ= Received: by 10.114.153.18 with SMTP id a18mr3201994wae.200.1239634696608; Mon, 13 Apr 2009 07:58:16 -0700 (PDT) Received: from ?192.168.1.100? (dsl-240-11-65.telkomadsl.co.za [41.240.11.65]) by mx.google.com with ESMTPS id k37sm5745010waf.7.2009.04.13.07.58.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Apr 2009 07:58:15 -0700 (PDT) Message-ID: <49E352FD.6070008@gmail.com> Date: Mon, 13 Apr 2009 16:58:05 +0200 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Is it true that short_open_tag is deprecated in PHP 6? From: glen.84@gmail.com (Glen) - http://www.slideshare.net/thinkphp/php-53-and-php-6-a-look-ahead - http://wiki.claroline.net/index.php/Coding_Rules If it's not, then what are your thoughts on using ASP/JSP-style tags (<%), and perhaps making them the recommended option? I've just read through an old (and rather long) thread* regarding short_open_tag, and no one mentioned this as an option. <%= $article->title; %> It's short, and it doesn't conflict with XML. Glen. * http://www.mail-archive.com/php-dev@lists.php.net/msg43002.html