Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35347 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 942 invoked by uid 1010); 10 Feb 2008 20:59:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 927 invoked from network); 10 Feb 2008 20:59:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2008 20:59:46 -0000 Authentication-Results: pb1.pair.com header.from=shearer.andrew@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=shearer.andrew@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: shearer.andrew@gmail.com X-Host-Fingerprint: 209.85.198.189 rv-out-0910.google.com Received: from [209.85.198.189] ([209.85.198.189:37300] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/03-64922-FB56FA74 for ; Sun, 10 Feb 2008 15:59:45 -0500 Received: by rv-out-0910.google.com with SMTP id k15so3055668rvb.23 for ; Sun, 10 Feb 2008 12:59:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=+JHJ0P4+t+bzKHnISWzx6l4XKFcZnnyeYaCRYl9ZRAE=; b=nod5HN3ejpdQ32Ly/xre1k4yTnCC8YIQuQDLlhY7rMN4p36Six3/TW3wqEGBG8hOE6iUiA5jwDS4j51F/UXG3NWSVI+Xe/1EaaX5eCGIEiXve9evqA1ZxDHs1CuJIZFd05ygmkmCNqw5hb9zW3kxU0Oc+0oB5mgYTnpQFmiLKPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=qScuy5hXbL0afxBkickMbFH0EMXGlSkwhGFDgYRV4/ktkDkuDoNAqIPMI63ZGmuP60IraJdmf1KST9vysNfFDRc5TiqjUWs+vNqWhc9WO2kLjAHzhjlEeOWLr/3Lw5RQneGkDdYKS5dsviicU0oWNQ6hSScWgBz/vTCuVEKaeXI= Received: by 10.141.27.16 with SMTP id e16mr10149686rvj.259.1202677178928; Sun, 10 Feb 2008 12:59:38 -0800 (PST) Received: by 10.141.205.4 with HTTP; Sun, 10 Feb 2008 12:59:38 -0800 (PST) Message-ID: <17c19be0802101259p11738133of83f80f31d992a27@mail.gmail.com> Date: Sun, 10 Feb 2008 15:59:38 -0500 Sender: shearer.andrew@gmail.com To: "Pierre Joye" Cc: "PHP internals" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2268_18963597.1202677178904" References: X-Google-Sender-Auth: 136c925e64a34b05 Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: andrew@ashearer.com ("Andrew Shearer") ------=_Part_2268_18963597.1202677178904 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline -1. Keep the query functions and return FALSE. No need to unnecessarily break b/c for scripts that were just trying to do the right thing by coping with both possibilities. It's just one more roadblock to PHP 6 adoption. ------=_Part_2268_18963597.1202677178904--