Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28827 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24290 invoked by uid 1010); 14 Apr 2007 17:34:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24275 invoked from network); 14 Apr 2007 17:34:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Apr 2007 17:34:54 -0000 Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 213.197.162.99 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 213.197.162.99 avilys.eik.lt Linux 2.6 Received: from [213.197.162.99] ([213.197.162.99:40485] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/EC-34376-CB011264 for ; Sat, 14 Apr 2007 13:34:53 -0400 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 9FB0B1F514B for ; Sat, 14 Apr 2007 20:33:55 +0300 (EEST) Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 7A9EF1F5149 for ; Sat, 14 Apr 2007 20:33:55 +0300 (EEST) Received: from 88.118.181.185 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Sat, 14 Apr 2007 20:33:55 +0300 (EEST) Message-ID: <50353.88.118.181.185.1176572035.squirrel@avilys.eik.lt> In-Reply-To: <32.17.34376.36DF0264@pb1.pair.com> References: <461E894C.104@zend.com> <461E8AE8.8090208@krug.dk> <461E8E91.9000501@zend.com> <461E9008.6070701@gmail.com> <461E929A.3060601@zend.com> <4858f9d90704130048n67dd6b17s2e19a433873fc272@mail.gmail.com> <39254.195.22.180.233.1176451275.squirrel@avilys.eik.lt> <4858f9d90704130213h4b440ac4w7518943b10627439@mail.gmail.com> <93.FC.47553.9EB4F164@pb1.pair.com> <461F7449.7060003@herballure.com> <32.17.34376.36DF0264@pb1.pair.com> Date: Sat, 14 Apr 2007 20:33:55 +0300 (EEST) To: internals@lists.php.net User-Agent: NaSMail/1.0 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: tokul@users.sourceforge.net ("Tomas Kuliavas") > The last time I used ASP tags: Never. > > I wish they'd just go forever! People keep trying to use the on my > servers, fail and ask me to turn PHP's asp_tags on, I refuse, because I > run a shared PHP install, and so they move off elsewhere, rather than > change their code. asp_tags can be set in php.ini, webserver configuration and .htaccess files. .htaccess files are not shared between web hosts. webserver configuration can apply different settings on selected web host. -- Tomas