Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50333 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27350 invoked from network); 18 Nov 2010 10:21:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2010 10:21:40 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:41837] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/15-32235-33EF4EC4 for ; Thu, 18 Nov 2010 05:21:39 -0500 Received: by qwi4 with SMTP id 4so397364qwi.29 for ; Thu, 18 Nov 2010 02:21:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=E1Z7o+1KXUtczR7OzksGF7vnOs6qu3PM6bUfC7coEY4=; b=ODRmyFlaW6NXcJiJbQzYXvc1jKsLiDISUNKNMq1jFaUSHyt7YW8OCoEqwJe/cPkjOG ec94zN0rQtNo6f95clfZEFPOPh9KS4ivBEKB6qZgjQaWGHUYcSGuhNgm5WZe+Ib290cl j2DjCZaW/gHfEbA0SThfMMyEoAfCxN57Z1l+4= 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=I1cpMbisbeDapm8/i0qL4TPiMLOB9rFtqbMR5hdRKF0uf1sN3X1ZwIjpgnJQWSzdQr w40Q8qhxGUWM60+ibDZ/VqvSJEO87Jrg11P0UtoMNvPMSb0kswLiFi02pdxn6EEumCSS cXSqS+A1HjBUoZY/GFOLvhyszpY98YPFlTQ40= MIME-Version: 1.0 Received: by 10.224.20.9 with SMTP id d9mr427379qab.228.1290075696826; Thu, 18 Nov 2010 02:21:36 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.220.185.69 with HTTP; Thu, 18 Nov 2010 02:21:36 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Nov 2010 11:21:36 +0100 X-Google-Sender-Auth: xX5-0ImzQhKuiFnq8u_zgmi_ZO8 Message-ID: To: Arvids Godjuks Cc: Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Magic quotes in trunk From: kalle@php.net (Kalle Sommer Nielsen) Hi 2010/11/18 Arvids Godjuks : > 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? ;) I dropped a bunch of legacy features together with Pierrick during this summer, so yes register_globals are gone along with safe_mode: http://php.net/php6news -- regards, Kalle Sommer Nielsen kalle@php.net