Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24350 invoked by uid 1010); 14 Sep 2006 18:26:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24334 invoked from network); 14 Sep 2006 18:26:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2006 18:26:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 192.38.9.232 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from [192.38.9.232] ([192.38.9.232:1617] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2D/07-45066-49E99054 for ; Thu, 14 Sep 2006 14:26:00 -0400 Received: by gw2.emini.dk (Postfix, from userid 504) id 3397CC592B; Thu, 14 Sep 2006 20:25:22 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on gw2.emini.dk X-Spam-Detected: no X-Spam-Status: No, score=1.6 required=5.0 tests=AWL,BAYES_00, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.3 X-Spam-Level: * Received: from foxbox (unknown [84.228.30.154]) by gw2.emini.dk (Postfix) with ESMTP id 3D27DC5928; Thu, 14 Sep 2006 20:25:20 +0200 (CEST) Message-ID: <069a01c6d82a$8f198c00$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Pierre" Cc: References: <20060914104410.09bdd7f6.mba2000@ioplex.com> <20060914131414.0cef91b2.mba2000@ioplex.com> <064c01c6d822$d37bc730$6602a8c0@foxbox> <066201c6d827$c7cad200$6602a8c0@foxbox> Date: Thu, 14 Sep 2006 20:21:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] Module API Changes From: steph@zend.com ("Steph Fox") Huh? The question was about module API change, which is transparent to anyone mixing and matching PHP and module versions (which incidentally they shouldn't be doing in the first place). The extension API doesn't matter to anyone but extension authors... and actually I can't remember if the code for that retained BC off-hand too... need to check... There were a handful of minor API breakages that I vaguely remember fixing for PHP-GTK back then, but they came under the 'extension API bump' mbrella - in other words, they were ignored in their own right. Again, these were things that would be evident to an extension maintainer rather than an end user - and everything there would be better covered in README.EXTENSIONS than in an upgrade file aimed at end users, where it just looks scary and oblique. OK so I'll update that file tomorrow and reference it from the upgrade file. Any objections to that approach? - Steph ----- Original Message ----- From: "Pierre" To: "Steph Fox" Cc: "Michael B Allen" ; Sent: Thursday, September 14, 2006 8:14 PM Subject: Re: [PHP-DEV] Module API Changes > Hello, > > On 9/14/06, Steph Fox wrote: >> OK, has anyone enough time to commit this please? >> >> I left the extension API change out of it though (the ME_* support) - >> does >> that really need to go in there too? > > This thread justifies the addition (and all other about the same topic :).