Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79730 invoked from network); 15 Jan 2010 07:50:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2010 07:50:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.227 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.220.227 mail-fx0-f227.google.com Received: from [209.85.220.227] ([209.85.220.227:51750] helo=mail-fx0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/D5-56067-73E105B4 for ; Fri, 15 Jan 2010 02:50:15 -0500 Received: by fxm27 with SMTP id 27so287650fxm.23 for ; Thu, 14 Jan 2010 23:50:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=RQV26u/VjRFSFWafkeADqdjxPNFT8XpdGpZFMSTi2fw=; b=Ho8e9HE69SbE/pzGrls0p7Qno9H2EIOMGWaXaCw37UHMkc1yjWu19OHmfEAx1vNYG5 1zsERi5VhCccQ+jyFG6mEeuzMcX0bGLHxzurivDEnDvwARrCZGgYdlDjvHgLfqE8jyjs HxcLra1fYAzAr/sIa0DptqjCkjR1Korhc8HMA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=e0s2YXI4FVvor1J6O4K87Hc7R5R82+XH8QrAenWT5XgMSYIbUY6VwbipNcVhDU6yIs SF0/L47aw6rVm2XxNAeYE9STs0fmw5E9KlEDTkwxykQLe0mUzcblouarRPhdEvjmsngZ Zsd1yO9T9N5vihQ47Ejr1O12vQGzlhvMj7sa0= MIME-Version: 1.0 Sender: patrick.allaert@gmail.com Received: by 10.239.193.137 with SMTP id j9mr213369hbi.206.1263541811942; Thu, 14 Jan 2010 23:50:11 -0800 (PST) In-Reply-To: References: Date: Fri, 15 Jan 2010 08:50:11 +0100 X-Google-Sender-Auth: 2f7a3ce499f88c2f Message-ID: To: Raphael Geissert Cc: Derick Rethans , internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Throwing an E_DEPRECATED for short_open_tag From: patrickallaert@php.net (Patrick ALLAERT) 2010/1/13 Derick Rethans : > On Tue, 12 Jan 2010, Raphael Geissert wrote: [snip] > Would it be possible to force short_open_tag to a specific value for > those applications alone? Perhaps through an .htaccess file? That way, > Debian keeps the "PHP default" but still allows those apps to work. Raphael, you didn't seem to react on Derick's suggestion above although it seems one of the best proposition so far. [snip] Patrick