RC2

php.internals

Andi Gutmans

22 years ago
After all the studlyCaps API fixes and some important fixes in the engine (such as zend.ze1_compatibility_mode), I'd like to release RC2 within the next couple of weeks (15th of April?). Are there any serious issues which still need to be addressed? Andi

Wez Furlong

22 years ago
Rui mentioned that the mbregex part of mbstring wasn't included in RC1, so that needs to be looked at (should just be some tweaking of the snapshot build). --wez. ----- Original Message ----- From: "Andi Gutmans" <andi@zend.com> To: <internals@lists.php.net> Sent: Thursday, April 01, 2004 9:38 AM Subject: [PHP-DEV] RC2

Wez Furlong

22 years ago
I should also add that this applies to win32 build only. ----- Original Message ----- From: "Wez Furlong" <wez@thebrainroom.com> To: "Andi Gutmans" <andi@zend.com>; <internals@lists.php.net> Sent: Thursday, April 01, 2004 10:21 AM Subject: Re: [PHP-DEV] RC2
> Rui mentioned that the mbregex part of mbstring wasn't included in RC1, > so that needs to be looked at (should just be some tweaking of the
snapshot
> build). > > --wez. > > ----- Original Message ----- > From: "Andi Gutmans" <andi@zend.com> > To: <internals@lists.php.net> > Sent: Thursday, April 01, 2004 9:38 AM > Subject: [PHP-DEV] RC2 > > > > After all the studlyCaps API fixes and some important fixes in the
engine
> > (such as zend.ze1_compatibility_mode), I'd like to release RC2 within
the

Lester Caine

22 years ago
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

Andrey Hristov

22 years ago
Quoting Lester Caine <lester@lsces.co.uk>:
> 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

Lester Caine

22 years ago
Andrey Hristov wrote:
> Quoting Lester Caine <lester@lsces.co.uk>: >>Andi Gutmans wrote: >> >>>After all the studlyCaps API fixes >> >>What impact will this have on all existing PHP applications >>and extensions?
> 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.
-- Lester Caine ----------------------------- L.S.Caine Electronic Services

George Schlossnagle

22 years ago
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

Andi Gutmans

22 years ago
Rui, where does this stand? At 10:21 AM 4/1/2004 +0100, Wez Furlong wrote:

Wez Furlong

22 years ago
Its something for me/edink to look into. --Wez. ----- Original Message ----- From: "Andi Gutmans" <andi@zend.com> To: "Wez Furlong" <wez@thebrainroom.com>; <internals@lists.php.net>; "Rui Hirokawa" <hirokawa@php.net> Sent: Thursday, April 01, 2004 12:14 PM Subject: Re: [PHP-DEV] RC2
> Rui, where does this stand? > > At 10:21 AM 4/1/2004 +0100, Wez Furlong wrote: > >Rui mentioned that the mbregex part of mbstring wasn't included in RC1, > >so that needs to be looked at (should just be some tweaking of the
snapshot
> >build). > > > >--wez. > > > >----- Original Message ----- > >From: "Andi Gutmans" <andi@zend.com> > >To: <internals@lists.php.net> > >Sent: Thursday, April 01, 2004 9:38 AM > >Subject: [PHP-DEV] RC2 > > > > > > > After all the studlyCaps API fixes and some important fixes in the
engine
> > > (such as zend.ze1_compatibility_mode), I'd like to release RC2 within
the