Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28785 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44416 invoked by uid 1010); 13 Apr 2007 12:15:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44401 invoked from network); 13 Apr 2007 12:15:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2007 12:15:27 -0000 Authentication-Results: pb1.pair.com header.from=chad@herballure.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=chad@herballure.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain herballure.com from 64.202.189.166 cause and error) X-PHP-List-Original-Sender: chad@herballure.com X-Host-Fingerprint: 64.202.189.166 k2smtpout04-01.prod.mesa1.secureserver.net Linux 2.4/2.6 Received: from [64.202.189.166] ([64.202.189.166:55560] helo=k2smtpout04-01.prod.mesa1.secureserver.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/CA-43231-D547F164 for ; Fri, 13 Apr 2007 08:15:26 -0400 Received: (qmail 22959 invoked from network); 13 Apr 2007 12:15:07 -0000 Received: from unknown (HELO secureservicesonline.com) (68.178.174.117) by k2smtpout04-01.prod.mesa1.secureserver.net (64.202.189.166) with ESMTP; 13 Apr 2007 12:15:07 -0000 Received: from [192.168.0.50] (cpe-69-205-153-76.stny.res.rr.com [69.205.153.76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by secureservicesonline.com (Postfix) with ESMTP id 300186D02C7; Fri, 13 Apr 2007 08:15:07 -0400 (EDT) Message-ID: <461F7449.7060003@herballure.com> Date: Fri, 13 Apr 2007 08:15:05 -0400 User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: Ron Korving CC: internals@lists.php.net 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> In-Reply-To: <93.FC.47553.9EB4F164@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] dropping asp_tags in HEAD From: chad@herballure.com (Chad Daelhousen) Ron Korving wrote: > (which is also why magic_quotes are being removed altogether > right?). No, magic_quotes should be removed because they're dumb. The first thing anyone does when writing portable PHP code is to filter all their input through stripslashes() if magic_quotes is on, and then what has anyone gained? -- Chad Daelhousen I've been programming for about 15 years, but it's only in the last couple that I've come to a real understanding of it all.