Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28575 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26933 invoked by uid 1010); 23 Mar 2007 12:58:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26908 invoked from network); 23 Mar 2007 12:58:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2007 12:58:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Received: from [82.94.239.5] ([82.94.239.5:60487] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/91-02386-8EEC3064 for ; Fri, 23 Mar 2007 07:58:18 -0500 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l2NCwDab024616; Fri, 23 Mar 2007 13:58:13 +0100 Date: Fri, 23 Mar 2007 13:56:43 +0100 (CET) X-X-Sender: derick@localhost To: Johannes =?ISO-8859-1?Q?Schl=FCter?= cc: php-dev In-Reply-To: <1174654051.26311.3.camel@johannes.nop> Message-ID: References: <4603C08E.2010904@zend.com> <1174654051.26311.3.camel@johannes.nop> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-1105535757-1174654603=:3792" Subject: Re: [PHP-DEV] removed stuff & fatals error in HEAD From: derick@php.net (Derick Rethans) --8323328-1105535757-1174654603=:3792 Content-Type: TEXT/PLAIN; charset=iso-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 23 Mar 2007, Johannes Schl=FCter wrote: > Hi, >=20 > I'd also like to completely remove get_magic_quotes_gpc() and similar > functions instead of having them resulting in a fatal error. The effect > would be the same - the script terminates - but function_exists() is > much nicer as check than version_compare(). >=20 > Any objections? No, remove the functions please. However, I think it's good to have an=20 error if somebody tries to set them in a configuration file still. But=20 we need a better error message saying in which config file they were=20 used. regards, Derick --8323328-1105535757-1174654603=:3792--