Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26627 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20990 invoked by uid 1010); 15 Nov 2006 21:05:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20958 invoked from network); 15 Nov 2006 21:05:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2006 21:05:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=pollita@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pollita@php.net; sender-id=unknown; domainkeys=good Received-SPF: error (pb1.pair.com: domain php.net from 140.211.166.39 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from [140.211.166.39] ([140.211.166.39:46435] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/59-53553-4318B554 for ; Wed, 15 Nov 2006 16:05:58 -0500 X-DomainKeys: Ecelerity dk_sign implementing draft-delany-domainkeys-base-01 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=mx; d=php.net; h=From:Subject:To:Date; b=lZs24Aefx2fWgQ2NBqY7ztsAIa9IOwtE/C72RfcktsAFVUyXtLjVvQHAEVqcdOuv c+J0wEjTvff3FF3A8J1bHFArq0h0oqGIkxv1ZE+ipwS9rDesARVE1z9Yr1WdJG26 Authentication-Results: osu1.php.net smtp.user=pollita; auth=pass (LOGIN) X-Host-Fingerprint: 69.12.155.129 unknown Received: from [69.12.155.129] ([69.12.155.129:56545] helo=[172.31.5.146]) by osu1.php.net (ecelerity 2.1.1.11-rc1 r(13363/13364M)) with ESMTPSA (cipher=AES256-SHA) id F4/E0-22341-3128B554 for ; Wed, 15 Nov 2006 13:09:39 -0800 Message-ID: <455B8175.4090300@php.net> Date: Wed, 15 Nov 2006 13:07:01 -0800 User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: ceo@l-i-e.com CC: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Binary strings from 6 in 5.2? From: pollita@php.net (Sara Golemon) ceo@l-i-e.com wrote: > On Tue, November 14, 2006 3:08 pm, Sara Golemon wrote: >> How many applications out there aren't taking advantage of things like >> property visibility in PHP5 because they want to remain compatable >> with >> the myriad PHP4 installations? How much are compromises like that >> slowing PHP5 adoption? > > How many sysadmins and other decision-makers out there aren't adopting > PHP5.x, much less 6.x, because we've changed too many things too > quickly in BC-incompatible ways? > > *THAT* is what is slowing the adoption rate, not the applications > developers not WANTING to use the better code. > > It's the fact that one cannot easily migrate code. > > And while it's trivial for some to set up 5 on another machine and > proxyhost or whatever, for many folks, that's not really an option. > > I didn't even read the patch, but unless it's guaranteed NOT to break > anything at all in php4 (yes, 4, not 5): > -1 > I agree with you 100%. You didn't read the patch. This isn't introducing a BC break, it's lessening the severity of one that already exists. And yes, I /can/ guarantee that it won't break existing scripts. -Sara