Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51918 invoked from network); 20 May 2008 22:16:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2008 22:16:42 -0000 Authentication-Results: pb1.pair.com header.from=jbondc@openmv.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jbondc@openmv.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain openmv.com from 64.15.152.204 cause and error) X-PHP-List-Original-Sender: jbondc@openmv.com X-Host-Fingerprint: 64.15.152.204 mail.ca.gdesolutions.com Received: from [64.15.152.204] ([64.15.152.204:63577] helo=mail.ca.gdesolutions.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/80-48013-7CD43384 for ; Tue, 20 May 2008 18:16:40 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.ca.gdesolutions.com (Postfix) with ESMTP id CA4135C64; Tue, 20 May 2008 18:16:36 -0400 (EDT) X-Virus-Scanned: amavisd-new at gdesolutions.com Received: from mail.ca.gdesolutions.com ([127.0.0.1]) by localhost (mail.ca.gdesolutions.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BP-BO6-96vXj; Tue, 20 May 2008 18:16:33 -0400 (EDT) Received: from jbondc (modemcable158.97-203-24.mc.videotron.ca [24.203.97.158]) by mail.ca.gdesolutions.com (Postfix) with ESMTP id 2DCA15C54; Tue, 20 May 2008 18:16:33 -0400 (EDT) To: "'Philip Olson'" , "'PHP internals'" References: <5B2E59A9-BC46-447F-BEBC-C4149866A802@roshambo.org> In-Reply-To: <5B2E59A9-BC46-447F-BEBC-C4149866A802@roshambo.org> Date: Tue, 20 May 2008 18:17:58 -0400 Message-ID: <000001c8bac7$5ca5b100$15f11300$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Aci6s5V9setIqsTrRSqRLyM/fzjtiQAEd9bQ Content-Language: en-ca Subject: RE: [PHP-DEV] magic quotes finale From: jbondc@openmv.com ("Jonathan Bond-Caron") +1 here A summary: PHP6 MUST not allow setting magic quotes PHP6 MUST trigger a fatal error when attempting to set magic quotes (php.ini or set_magic_quotes_runtime()) PHP6 MUST allow getting magic quotes info (always false) PHP5.3 MUST allow setting magic quotes PHP5.3 MUST trigger an E_DEPRECATED warning when setting magic quotes (php.ini or set_magic_quotes_runtime()) PHP5.3 MUST allow getting magic quotes info -----Original Message----- From: Philip Olson [mailto:philip@roshambo.org] Sent: May 20, 2008 3:56 PM To: PHP internals Subject: [PHP-DEV] magic quotes finale Hello everyone- PHP 5.3 is approaching fast, so let's conclude our dealings with magical quotes... this should be the last time. Please have a look at the following RFC and discuss it within this thread. Magic Quotes in PHP 5.3 and beyond - http://wiki.php.net/rfc/magicquotes It recommends changes to both 5_3 and 6_0 branches, namely, removing E_DEPRECATED from the get_ magical quote functions. Silence means you're okay with the RFC being implemented. Regards, Philip -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php