Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35322 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31071 invoked by uid 1010); 8 Feb 2008 12:48:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31056 invoked from network); 8 Feb 2008 12:48:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2008 12:48:53 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.190 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.190 rv-out-0910.google.com Received: from [209.85.198.190] ([209.85.198.190:23493] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/B6-04488-BAF4CA74 for ; Fri, 08 Feb 2008 07:48:49 -0500 Received: by rv-out-0910.google.com with SMTP id k15so2413322rvb.23 for ; Fri, 08 Feb 2008 04:48:37 -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:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zQdTQe/ApAlaSjkJ+f4spQ+pi8c8eOaRklT6ewuLfBg=; b=IiGQiMHgkJa0YivPAvk2b3Nqtvg4FF6kOZ+CHqOXaCbHOsrJD3/Zff3qftCtPr90HJ+UAfgt74nNj5nrldENGc5vGWbww3RPadWuJBL9XYFuauSqv+KDIQxqY+V2lc1WCyAgQqupjsju8w5ypZNBYBw2tNr60M/5Mpkdc/Z8RUI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=axeqqgw4RdDbgFMdM2c1es3iF5ifP+8jlpJGO4cxc3/cw0EFmlJQBdLIqQccYQeosRlZOwNKu6rKBSxjkMTxu81ryqwlrb0QkqGgXwbP+6O6RhkhlRQuWF2uedc0VlpM7dfh9d5ZomxcB/HEiFbFEQ7BKxNxVyi3bRgX/3UgqQc= Received: by 10.141.88.3 with SMTP id q3mr8484768rvl.3.1202474917688; Fri, 08 Feb 2008 04:48:37 -0800 (PST) Received: by 10.141.70.21 with HTTP; Fri, 8 Feb 2008 04:48:37 -0800 (PST) Message-ID: Date: Fri, 8 Feb 2008 13:48:37 +0100 To: "Tomas Kuliavas" Cc: internals@lists.php.net In-Reply-To: <35628.195.22.180.233.1202473591.nsm@avilys.eik.lt> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802072332.01301.larry@garfieldtech.com> <1202473072.4246.4.camel@localhost.localdomain> <35628.195.22.180.233.1202473591.nsm@avilys.eik.lt> Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: pierre.php@gmail.com ("Pierre Joye") On Feb 8, 2008 1:26 PM, Tomas Kuliavas wrote: > >> So I guess I'm -1: Restore them, always return false, and throw > >> E_DEPRECATED. > > > > But this was about them being in PHP 6, not PHP 5.. > > If magic_quotes_* is gone, so should anything else even remotely related > > to them be gone. You have to fix your code anyway for it to work in PHP > > 6 (or even 5) without magic_crap.. > > Code works without magic crap. Function is used to detect when data must > be uncrapped. It does not need to be "uncrapped" in php6, the magic quotes are GONE, they do not exist anymore. The only point to keep them is to let developers be lazy by not adding a php version check (or function_exists). Anyway, enough people has voiced their wishes. I will count the votes and post the summary on Monday (== you still have two days to vote, if you care). Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org