Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52415 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68100 invoked from network); 16 May 2011 21:30:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 May 2011 21:30:16 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:54500] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/46-26716-06791DD4 for ; Mon, 16 May 2011 17:30:12 -0400 Received: by vxb40 with SMTP id 40so4215826vxb.29 for ; Mon, 16 May 2011 14:30:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+PgBMUrCeR5rnLQYTQD0s2Xu2nio8E06xrzUdhVc374=; b=Nb7Cs6a18bw/7YbKhwt2/ANL+yR0P/EQ2Kla6Ze/vW7ecsV5BTlfv05/oLLf5UvLr6 SSBNxSkyRZ0X953ZyMTkUkIsrMXCAdCHGteMh3tq0C6oNB0TQC7e7q/Izb8O247usowl 00r8DfbYl5WLmv6DByX8kCI5kn4FfJ5zPPHpo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=cn4CBqCJe88u1GT1wSemxL5QvZrRUJ5vwpk+CalqaKgjA0Vu7IHKOO4H6hKBfY4Gqc Ccg7hTk1qcmQWD/9ucAymXFu8SgH3oBX/R2Sjz5LENpr0NDF4LCCYgDpJt6kj2NORMGG zeFVcyc9deW1B1zoQy+z9Kapc0bKUfnvorUFM= MIME-Version: 1.0 Received: by 10.52.110.234 with SMTP id id10mr3707668vdb.303.1305581400833; Mon, 16 May 2011 14:30:00 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.220.96.83 with HTTP; Mon, 16 May 2011 14:30:00 -0700 (PDT) In-Reply-To: References: <4DC729EE.9090600@sugarcrm.com> <8757232E56758B42B2EE4F9D2CA019C901401CB0@US-EX2.zend.net> <1305138029.2232.9.camel@guybrush> <691BF1CD-66E1-4123-AA98-A205A5E67F78@roshambo.org> <4DCADA70.7080505@sugarcrm.com> <41C30BEF-CC30-4A32-A8FB-2B8A6132804C@roshambo.org> <4DCB05F9.2000406@lerdorf.com> Date: Mon, 16 May 2011 23:30:00 +0200 X-Google-Sender-Auth: GyOXtVB5DwyNWWy9Nc2d0Hnd8BQ Message-ID: To: Michael Morris Cc: PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] 5.4 again From: kalle@php.net (Kalle Sommer Nielsen) Hi 2011/5/16 Michael Morris : > Question from the peanut gallery. =A0Is the removal of magic_quotes and > register_globals going to be done on this release, or is that still being > put off for PHP 6? > So far all the legacy features have been removed from 5.4, except magic_quotes which still is pending for discussion. See [1] for more information about the removed features. [1] http://php.net/php6news --=20 regards, Kalle Sommer Nielsen kalle@php.net