Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21476 invoked by uid 1010); 11 Feb 2008 16:33:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21460 invoked from network); 11 Feb 2008 16:33:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2008 16:33:36 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:47503] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/F2-64922-0E870B74 for ; Mon, 11 Feb 2008 11:33:36 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 6926DC0E9F3; Mon, 11 Feb 2008 09:33:32 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-4-101.neb.res.rr.com [76.84.4.101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 1743CC0E9F2; Mon, 11 Feb 2008 09:33:31 -0700 (MST) Message-ID: <47B078F6.5000905@chiaraquartet.net> Date: Mon, 11 Feb 2008 10:33:58 -0600 User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: jani.taskinen@iki.fi CC: internals Mailing List References: <47AC8597.4060009@chiaraquartet.net> <1202726898.7973.0.camel@localhost.localdomain> In-Reply-To: <1202726898.7973.0.camel@localhost.localdomain> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] magic_quotes and the question of BC From: greg@chiaraquartet.net (Gregory Beaver) Jani Taskinen wrote: > If those application are written properly, they also have to check for > the existance of the functions even with current PHP version since it is > possible to disable them altogether. So it shouldn't matter if they're > removed for them.. ;) It's possible to disable any function. Do you check for the existence of every function before you use it? Actually, I'm familiar enough with your code to know that the answer is "no." This is a straw man argument. Greg