Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53952 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35327 invoked from network); 13 Jul 2011 20:33:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2011 20:33:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=Sam.Moshe@tmng.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=Sam.Moshe@tmng.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain tmng.com designates 12.40.36.217 as permitted sender) X-PHP-List-Original-Sender: Sam.Moshe@tmng.com X-Host-Fingerprint: 12.40.36.217 webmailkc.tmng.com Windows 2000 SP4, XP SP1 Received: from [12.40.36.217] ([12.40.36.217:32683] helo=webmailkc.tmng.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/B0-30446-D110E1E4 for ; Wed, 13 Jul 2011 16:33:33 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 13 Jul 2011 15:33:29 -0500 Message-ID: In-Reply-To: <4E1DF834.2020201@thelounge.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] [VOTE] 5.4 features vote Thread-Index: AcxBmYj/cKE0Ip66QV6YAA/lPHEjaAAAmJIg References: <4E17F5A0.3070409@sugarcrm.com> <4E1B9343.3090000@sugarcrm.com> <967B58EB-C704-40CD-AFEE-D0CA2192F4FA@roshambo.org> <4E1DC072.8080300@sugarcrm.com> <4E1DE20E.20902@sugarcrm.com> <4E1DEE7C.8030203@sugarcrm.com> <4E1DF484.6090806@sugarcrm.com> <4E1DF834.2020201@thelounge.net> To: Subject: RE: [PHP-DEV] [VOTE] 5.4 features vote From: Sam.Moshe@tmng.com ("Moshe, Sam") Great responses, all of them. Thanks everybody for the insight. Apologies if I veered off topic. -----Original Message----- From: Reindl Harald [mailto:h.reindl@thelounge.net]=20 Sent: Wednesday, July 13, 2011 2:56 PM To: internals@lists.php.net Subject: Re: [PHP-DEV] [VOTE] 5.4 features vote Am 13.07.2011 21:50, schrieb Moshe, Sam: > What's so wrong with magic quotes that they need to be removed from=20 > the language entirely? they are idiotic because useless for escaping database inputs and you need to find out this setting to remove them by stripslashes() if enabled from some dumb administrator that is why get_magic_quotes-functions are must not removed to avoid breaking clean code - but they magic quotes would never be implemented with a little more thoughts long time ago if you not remove them and they are enabled you get \" in your webpage output, with open eyes you see permanently sites where this happens