Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8864 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68354 invoked by uid 1010); 1 Apr 2004 15:20:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68319 invoked from network); 1 Apr 2004 15:20:13 -0000 Received: from unknown (HELO longsword.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 1 Apr 2004 15:20:13 -0000 Received: from ip-66-80-117-2.nyc.megapath.net ([66.80.117.2] helo=[10.80.116.129]) by longsword.omniti.com with asmtp (TLSv1:RC4-SHA:128) (Exim 4.14) id 1B93zJ-0002Hm-Uz; Thu, 01 Apr 2004 10:20:13 -0500 In-Reply-To: <20040401105753.31717.qmail@pb1.pair.com> References: <5.1.0.14.2.20040401103645.030361d8@127.0.0.1> <20040401101226.36848.qmail@pb1.pair.com> <1080816207.406bf24fecd1c@www.hristov.com> <20040401105753.31717.qmail@pb1.pair.com> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <4FC63BBB-83F0-11D8-B8C6-000393B2B3C0@omniti.com> Content-Transfer-Encoding: 7bit Cc: internals@lists.php.net Date: Thu, 1 Apr 2004 10:21:56 -0500 To: Lester Caine X-Mailer: Apple Mail (2.613) Subject: Re: [PHP-DEV] Re: RC2 From: george@omniti.com (George Schlossnagle) On Apr 1, 2004, at 5:58 AM, Lester Caine wrote: > Andrey Hristov wrote: >> Hi, >> scripts relying on the API of RC1 and before it will be broken >> (exception are >> scripts that rely on ext/mysqli). >> The API is changed (afaik) in : >> Reflection API >> ext/sqlite >> pecl/ffi >> pecl/soap >> probably other places. > > OK so we are talking internal API - which will affect me when I get > round to producing a pure Firebird branch of the Interbase module? > > Rather than the external API - which would mean processing ADOdb, > TikiWiki etc. which are all currently stable ( as far as I have found > ) with RC1. If those products rely on any of the method names in the above extensions, they will need to account for the name changes. George