Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22188 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2048 invoked by uid 1010); 7 Mar 2006 11:14:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2033 invoked from network); 7 Mar 2006 11:14:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 11:14:16 -0000 X-Host-Fingerprint: 66.249.92.199 uproxy.gmail.com Linux 2.4/2.6 Received: from ([66.249.92.199:42380] helo=uproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E9/15-22029-80B6D044 for ; Tue, 07 Mar 2006 06:14:16 -0500 Received: by uproxy.gmail.com with SMTP id u40so679532ugc for ; Tue, 07 Mar 2006 03:14:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XwpS4OlU46CrNZdVX/4hr8C2QP5U5o5yINoZxCyJspjfbtzrG42E+nidgOhv1AYlqaljXDVc/2ugDUL9MHmFPd1/DQZqrHWGjV7oD4HObCFLcMgNrHR3i/vvjAUCntsUQvFLIAgJOosfWnr1voXH1ZTslnQM5QFiG52+z6u7A7k= Received: by 10.66.245.7 with SMTP id s7mr3280152ugh; Tue, 07 Mar 2006 03:14:13 -0800 (PST) Received: by 10.67.26.18 with HTTP; Tue, 7 Mar 2006 03:14:13 -0800 (PST) Message-ID: Date: Tue, 7 Mar 2006 12:14:13 +0100 To: internals@lists.php.net In-Reply-To: <20060307042941.1c7d06c1@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060307042941.1c7d06c1@localhost.localdomain> Subject: Re: [PHP-DEV] Adieu a la magie (remove magic_quotes) From: pierre.php@gmail.com (Pierre) Hello, Given the little objections in the other thread (about register_globals), I like to commit this patch anyway. If this discussion conclusion is to keep the faked functions and ini entries, we can add them later. My only problem is how to add E_CORE_ERROR in a nice way for the faked ini entries... But please review the patch, it is more important that adding these BC horrible things :) Regards, --Pierre