Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35320 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25127 invoked by uid 1010); 8 Feb 2008 12:31:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25112 invoked from network); 8 Feb 2008 12:31:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2008 12:31:31 -0000 Authentication-Results: pb1.pair.com header.from=tokul@users.sourceforge.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tokul@users.sourceforge.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain users.sourceforge.net from 213.197.162.99 cause and error) X-PHP-List-Original-Sender: tokul@users.sourceforge.net X-Host-Fingerprint: 213.197.162.99 avilys.eik.lt Linux 2.6 Received: from [213.197.162.99] ([213.197.162.99:37016] helo=avilys.eik.lt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/F5-04488-1AB4CA74 for ; Fri, 08 Feb 2008 07:31:30 -0500 Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id ADB22248906 for ; Fri, 8 Feb 2008 14:26:31 +0200 (EET) Received: from avilys.eik.lt (avilys.local [127.0.0.1]) by avilys.eik.lt (Postfix) with ESMTP id 91DFF2488F1 for ; Fri, 8 Feb 2008 14:26:31 +0200 (EET) Received: from 195.22.180.233 (NaSMail authenticated user tomas@topolis.lt) by avilys.eik.lt with HTTP; Fri, 8 Feb 2008 14:26:31 +0200 (EET) Message-ID: <35628.195.22.180.233.1202473591.nsm@avilys.eik.lt> In-Reply-To: <1202473072.4246.4.camel@localhost.localdomain> References: <200802072332.01301.larry@garfieldtech.com> <1202473072.4246.4.camel@localhost.localdomain> Date: Fri, 8 Feb 2008 14:26:31 +0200 (EET) To: internals@lists.php.net User-Agent: NaSMail/1.4 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: tokul@users.sourceforge.net ("Tomas Kuliavas") >> 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. -- Tomas