Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47436 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33585 invoked from network); 19 Mar 2010 19:54:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2010 19:54:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=sean@seanius.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=seanius@seanius.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain seanius.net from 66.93.22.232 cause and error) X-PHP-List-Original-Sender: sean@seanius.net X-Host-Fingerprint: 66.93.22.232 cobija.connexer.com Received: from [66.93.22.232] ([66.93.22.232:49540] helo=cobija.connexer.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/19-14064-266D3AB4 for ; Fri, 19 Mar 2010 14:54:11 -0500 Received: from rangda.stickybit.se (h-234-204.A189.priv.bahnhof.se [81.170.234.204]) by cobija.connexer.com (Postfix) with ESMTPA id 989BC17D118; Fri, 19 Mar 2010 15:54:07 -0400 (EDT) Received: by rangda.stickybit.se (Postfix, from userid 1000) id CA0ADFE82; Fri, 19 Mar 2010 20:54:04 +0100 (CET) Date: Fri, 19 Mar 2010 20:54:04 +0100 To: Pierre Joye Cc: Andrei Zmievski , PHP internals , Ilia Alshanetsky , Johannes =?iso-8859-1?Q?Schl=FCter?= Message-ID: <20100319195404.GA25291@rangda.stickybit.se> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_2/configure.in PHP_5_2/ext/standard/file.c PHP_5_2/main/SAPI.c PHP_5_2/main/SAPI.h PHP_5_2/main/rfc1867.c PHP_5_3/configure.in PHP_5_3/ext/standard/file.c PHP_5_3/main/SAPI.c PHP_5_3/main/SAPI.h PHP_5_3 From: seanius@seanius.net (sean finney) --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 18, 2010 at 11:37:09PM +0100, Pierre Joye wrote: > While wondering what was the reasoning behind this commit, I came to > the conclusion that we should not do such thing in stable branches and > we should respect something we decided long time ago, to stop to add > bad options which can break PHP ABI or BC in one way or another. It is or maybe at least queue it up in a branch for "BC breaking review", or in= =20 a branch where the ABI has already changed? I.e. if at some point you must break the API/ABI, you can then shuttle in the rest of the changes that you would have wanted but had deferred for this reason. > especially important as we all know how distributors tend to deal with > such options. well... it's not like we go making such changes just for the heck of it you know. it's just that keeping cross-distro binary compatibility isn't really a high priority for most open source projects, and it wouldn't be for PHP except for certain non OSS products that depend on it :) but i'm not arguing against the principle of your argument, though. just making some armchair suggestions/commentary. sean --J/dobhs11T7y2rNN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iD8DBQFLo9ZcynjLPm522B0RAg9JAJ4tYKy1s5chC4wtIlvVyiJCCV4xDwCeM+bc 1os5tBHP+JhaAwEOoX2voJ8= =y9qF -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--