Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25702 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30981 invoked by uid 1010); 14 Sep 2006 18:36:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30966 invoked from network); 14 Sep 2006 18:36:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2006 18:36:18 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; 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:16528] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/28-45066-221A9054 for ; Thu, 14 Sep 2006 14:36:18 -0400 Received: by gw2.emini.dk (Postfix, from userid 504) id 6ABE7C5949; Thu, 14 Sep 2006 20:36:12 +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 746E3C5946; Thu, 14 Sep 2006 20:36:10 +0200 (CEST) Message-ID: <06bc01c6d82c$11b282b0$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> <069a01c6d82a$8f198c00$6602a8c0@foxbox> Date: Thu, 14 Sep 2006 20:31:59 +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") Pierre, >> 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... > > Which are the target audience for this text, maybe I was not clear :) Not at all. The upgrade guide explains the impact of the more important NEWS file changes at user level, and workarounds where necessary. > As long as there is a notice in the 5.2 ugprade me, I'm fine with > that. Something like "internal API changed, see...". Yep - cool. Hold off that commit then :) - Steph