Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63827 invoked from network); 5 Nov 2015 19:37:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Nov 2015 19:37:31 -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.82.46 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wm0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:32928] helo=mail-wm0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/C5-24765-8FFAB365 for ; Thu, 05 Nov 2015 14:37:29 -0500 Received: by wmeg8 with SMTP id g8so23647468wme.0 for ; Thu, 05 Nov 2015 11:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uwufjsloPhI+OKfbOHFhZmUOKCh1OF4oUvG/eYra0rA=; b=b1AYAvk7tXjbpqZoEogQaKG63FYoi2etZJ/rsOVWcplnLTDgaqJO1hjC1xr0XBYWAy 8vPnuQaaR/SPrRM1U8cUUYaWcefdECNVaEaCI6i0sAJukBbBtC2ehW4TdTqKs9ojO3AU rui9gxJiVhYBzLxcSpTLJCgCokq/ixK5EA5IRBbKtq47R8hPu/Rz9L5405XFsRgqlWNu 3dW94hxonrrKteW0tbmI7oKxkuoz+Aou0kGEZ5swjlCsBaMvBMdgjbCWm98kx9oIICUU ndFAdOmvuka85WJuCPBGdET3yBNt1RHg3kl2OKJ7zFxrGoDu5OBSiB8MN79VZak85WqT qy4w== MIME-Version: 1.0 X-Received: by 10.28.140.208 with SMTP id o199mr6072014wmd.58.1446752245912; Thu, 05 Nov 2015 11:37:25 -0800 (PST) Received: by 10.27.200.135 with HTTP; Thu, 5 Nov 2015 11:37:25 -0800 (PST) In-Reply-To: References: <3187501.to7rK1FKUl@mcmic-probook> <58.47.13519.54409365@pb1.pair.com> <2499781.S8xp2TXu1I@mcmic-probook> <563B5903.3000807@heigl.org> Date: Thu, 5 Nov 2015 20:37:25 +0100 Message-ID: To: bishop@php.net Cc: Andreas Heigl , =?UTF-8?Q?C=C3=B4me_Chilliet?= , PHP Internals Content-Type: multipart/alternative; boundary=001a1145a96ab222010523d041af Subject: Re: [PHP-DEV] Re: Small regression in PHP-LDAP From: tyra3l@gmail.com (Ferenc Kovacs) --001a1145a96ab222010523d041af Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Nov 5, 2015 at 5:38 PM, Bishop Bettini wrote: > On Thu, Nov 5, 2015 at 8:56 AM, Ferenc Kovacs wrote: > >> On Thu, Nov 5, 2015 at 2:26 PM, Andreas Heigl wrote: >> >> > Am 05.11.15 um 14:14 schrieb Ferenc Kovacs: >> > [...] >> > > I would keep the old behavior for 5.6, even if that was unintended >> nobody >> > > complained about it(so removing it isn't a bugfix per se), so I see = no >> > > reason to break userland code working before in a micro version. >> > > for PHP-7.0 we can remove the old undocumented behavior but drop a >> > mention >> > > in NEWS/upgrading. >> > > >> > As it's already broken in the last 3 micro-versions I'm not sure wheth= er >> > it makes things more complicated to "re-enable" it or not. >> > >> > Personally I'd say leave it as it is now (and try to prohibit such >> > things in future). >> > >> 5.6 is not even halfway until EOL, so I think that argument of keeping t= he >> BC break because there are already 3 micro versions affected it is a bit >> weak: >> http://php.net/supported-versions.php > > > Some are vendor-pinned and can't get the upgrade, so they have to fix > their code anyway. Those who can upgrade would have to fix their code by > 7.0, and IMO it seems better to fix it now while its on their mind. > > We're talking about a very small surface area of affected code, one that > is easily changed with a sed. The damage of "breaking the behavior" is > already done. Fixing user code or upgrading the engine is the only > resolution. To me, fixing user code is the best solution: it's long term > necessary, it's short term easy. If this were breaking documented code (= as > happened with array_unique in 5.2.9), then I'd say fix the engine. But it= 's > not, it's breaking undocumented side-effected user code. That to me soun= ds > like a user code fix. > and some will be pinned to the version before the BC break, some after the possible fix, some will backport this fix anyways when their users complain= . --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a1145a96ab222010523d041af--