Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8855 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93090 invoked by uid 1010); 1 Apr 2004 10:43:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93044 invoked from network); 1 Apr 2004 10:43:26 -0000 Received: from unknown (HELO iko.gotobg.net) (80.168.8.116) by pb1.pair.com with SMTP; 1 Apr 2004 10:43:26 -0000 Received: from cpanel by iko.gotobg.net with local (Exim 4.24) id 1B8zfU-0005qO-1b; Thu, 01 Apr 2004 13:43:28 +0300 Received: from 212.9.189.193 ([212.9.189.193]) by www.hristov.com (IMP) with HTTP for ; Thu, 1 Apr 2004 13:43:27 +0300 Message-ID: <1080816207.406bf24fecd1c@www.hristov.com> Date: Thu, 1 Apr 2004 13:43:27 +0300 To: Lester Caine Cc: internals@lists.php.net References: <5.1.0.14.2.20040401103645.030361d8@127.0.0.1> <20040401101226.36848.qmail@pb1.pair.com> In-Reply-To: <20040401101226.36848.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.2 X-Originating-IP: 212.9.189.193 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [32001 32001] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com Subject: Re: [PHP-DEV] Re: RC2 From: php@hristov.com (Andrey Hristov) Quoting Lester Caine : > Andi Gutmans wrote: > > > After all the studlyCaps API fixes > > What impact will this have on all existing PHP applications > and extensions? > > -- > Lester Caine > ----------------------------- > L.S.Caine Electronic Services > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > 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. Andrey