Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53937 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4661 invoked from network); 13 Jul 2011 18:35:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jul 2011 18:35:52 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.83.42 mail-gw0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:54648] helo=mail-gw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/D1-24992-D75ED1E4 for ; Wed, 13 Jul 2011 14:35:47 -0400 Received: by gwb17 with SMTP id 17so2864546gwb.29 for ; Wed, 13 Jul 2011 11:35:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=jKze87utxd0g3UpNinMWnaqnJEOzfbzbYD1KP5SH1iA=; b=VEouhCFjTytIkOzf++oXkKUG1yRBDD4IF5b0sOUQGCsPY6eOYTlfDc1GgYgVxey077 utoKHuPA3badLqkKNLwh/5JmbQKAqEetDfSYLBiw6WXx8Iti9KMpl0AU15VSN22SnZ2E 7+A3CvRKp5aeGMNw8hI30EyIMlc9XItyYP6nw= MIME-Version: 1.0 Received: by 10.151.130.7 with SMTP id h7mr1497078ybn.366.1310582137257; Wed, 13 Jul 2011 11:35:37 -0700 (PDT) Received: by 10.147.38.17 with HTTP; Wed, 13 Jul 2011 11:35:37 -0700 (PDT) In-Reply-To: <4E1DE20E.20902@sugarcrm.com> References: <4E17F5A0.3070409@sugarcrm.com> <4E1B9343.3090000@sugarcrm.com> <967B58EB-C704-40CD-AFEE-D0CA2192F4FA@roshambo.org> <4E1DC072.8080300@sugarcrm.com> <4E1DE20E.20902@sugarcrm.com> Date: Wed, 13 Jul 2011 20:35:37 +0200 Message-ID: To: Stas Malyshev Cc: Philip Olson , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [VOTE] 5.4 features vote From: tyra3l@gmail.com (Ferenc Kovacs) On Wed, Jul 13, 2011 at 8:21 PM, Stas Malyshev wro= te: > Hi! > > On 7/13/11 11:11 AM, Ferenc Kovacs wrote: >> >> I would also change my vote, I would go with keeping it deprecated, >> but turning it off by default (currently it isn't done, but the >> suggested development/production inis have this turned off), and >> remove it with the next minor version bump. > > Which basically means doing nothing, as the effective default is the > recommended INIs, where it's off. So what would change before now and the= n > that makes it inacceptable to remove it now but acceptable to remove it > then? tyrael@thor:~/checkouts$ php -n -r 'echo PHP_VERSION."\n";echo ini_get("magic_quotes_gpc")."\n";' 5.3.6-6~dotdeb.1 1 tyrael@chronos:~/checkouts/php/src/php/php-src/branches/PHP_5_4$ ./sapi/cli/php -n -r 'echo PHP_VERSION."\n";echo ini_get("magic_quotes_gpc")."\n";' 5.4.0alpha2-dev 1 it's still on by default (if you don't use a php.ini which disables it), so you won't get the deprecated message, as it is only ommited when you change that ini, or call the magic_quotes methods. AFAIK > >> hopefully the security documentation will be in the better shape and >> we can figure out how to communicate such changes better to minimalize >> the impact. > > Our abilities to communicate will probably be in 1 year exactly as they a= re > now, unless there's some big project to improve it that I'm not aware of. where did you get the 1 year? I mentioned the next minor version, I thinks thats about 2-3 years from now. I talked with a few people about the improvement of the current security docs, and it was brough up also, that we would need a better way to introduce our suggested/introduced changes before rolling out an RC or a golden release. the new php.net will be there also, so I'm positive about that we will have more channels to communicate with the community. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu