Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50332 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26088 invoked from network); 18 Nov 2010 10:19:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2010 10:19:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad 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:43243] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/C4-32235-6BDF4EC4 for ; Thu, 18 Nov 2010 05:19:34 -0500 Received: by gyg10 with SMTP id 10so1891276gyg.29 for ; Thu, 18 Nov 2010 02:19:32 -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=4OGbf7kTdTe3u+E/ZhGu9bk792y7eYfpVMEJArjVYPM=; b=uLpCEu9oQ3VFcpinzrcJ/y3bvlAAdT86laKVEyHsxrK5WMfRavHBJn9p5e+cguNxwA yI5ZcQQrrRDt6/3MEXGLj7TFPmSSHwztjU1y0NbZKx55S6mIkXCbTOLMZQ1lkPxf73M5 8tBAcxjJiRw6+6HWIKc0anESEYqRkpuYg81+U= 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=wVbo2y98UjCzP5PCAS7kCZHi6CrNAVzJQalzz8xx4p1lsx3+rmr517aJfVcixXAF3b WqcWP1Tm0G0/ztuXQT5zso4xBG3cxFy1ezfGgCzH89ry/lOADWgueX+S3rZgir1nHVKK kyb0u9fpLagt8wINf/yCpWFgYv7oCnWEbAZ1U= MIME-Version: 1.0 Received: by 10.150.95.3 with SMTP id s3mr927963ybb.285.1290075572240; Thu, 18 Nov 2010 02:19:32 -0800 (PST) Received: by 10.236.103.137 with HTTP; Thu, 18 Nov 2010 02:19:32 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Nov 2010 12:19:32 +0200 Message-ID: To: Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Magic quotes in trunk From: arvids.godjuks@gmail.com (Arvids Godjuks) +1 for removal. The issue is that those ho still use the soft witch relies on magic_quotes are usually kind of people witch are just buying the Indian code stuff and running it (and it has tons of exploits on it's own - even with magic_quotes). No, really, I haven't seen the magic_quotes stuff in ages even in open source. Most of the things that use it runs on 4.4.x and just unable to run on 5.x+ due to bad coding and not following the trends. There always will be people, who will whine about magic_quotes being gone. Same as register_globals. BTW, will the register_globals will be finally dropped too? ;)