Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50361 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24737 invoked from network); 18 Nov 2010 16:35:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2010 16:35:02 -0000 Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:61719] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/DA-01108-5B555EC4 for ; Thu, 18 Nov 2010 11:35:01 -0500 Received: by gyg10 with SMTP id 10so2146348gyg.29 for ; Thu, 18 Nov 2010 08:34:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=2cHCVp6V8F4nnZZH/XFE1WLKZ0gBjiUrT6xNVWwSdG4=; b=HhTWpLGdd0Pf8o3sxAsKR1QqwwPM92LVoRIAoTuhu1Kf6L1H6qOp86nIPilHym2Ls2 a6fehlsQFvP1ppUop+oFlU/2h055xhbIsq7KB5+4txRYMY+Kh5n7VAVzM5hy5NENrWFW yAXS4cf2PiAJ7Jw1gwjhJxXDxWu+Gml/52Mqg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=KjkeWhzgNBWscE4s6R/CzlI+H/GLy6dfLXH9YSOuxzp4YSpihg8o29ISwQPTK1KyrF rUbbfk7cxTi7rfNTNXehp612qKYwdRkGKj6W/ZovsflyacsvCu/RdvzwnIq2KkBDAEj6 SivYYQhgmVmw+fhOUgPQM2XLy9TpRci6XuXWQ= MIME-Version: 1.0 Received: by 10.90.59.14 with SMTP id h14mr1288783aga.128.1290098098521; Thu, 18 Nov 2010 08:34:58 -0800 (PST) Received: by 10.236.103.137 with HTTP; Thu, 18 Nov 2010 08:34:58 -0800 (PST) In-Reply-To: <4CE5542A.6070106@lerdorf.com> References: <6628E909-5B8E-4FB4-A28F-ECAF7FCA27AB@roshambo.org> <201011172340.37217.larry@garfieldtech.com> <20101118162047.GA26431@panix.com> <1290097549.16819.180.camel@guybrush> <4CE5542A.6070106@lerdorf.com> Date: Thu, 18 Nov 2010 18:34:58 +0200 Message-ID: To: PHP Internals List Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Magic quotes in trunk From: arvids.godjuks@gmail.com (Arvids Godjuks) As I remember correctly - taint's are designed to be used while developing. They can be used in production (and 4-5% performance hit for the security isn't much until you run something really big), but mostly people will test it out on dev and deploy on production without taints. Still, I'd like to see them implemented allready. Will be one big + for PHP :)