RE: [PHP-DEV] Re: PHP 4.3 charter and release plan

2002-05-06 Thread Joseph Tate

Uwe and Christian have together just about doubled the number of available
functions.  I'd call that pretty major.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, May 05, 2002 3:07 AM
> To: Stig S. Bakken
> Cc: Christian Stocker; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PHP-DEV] Re: PHP 4.3 charter and release plan
>
>
> On 5 May 2002, Stig S. Bakken wrote:
>
> > On Fri, 2002-05-03 at 13:25, Christian Stocker wrote:
> > >
> > > if noone else really would like to do it, i can take over this part. I
> > > don't think, there's much new stuff in domxml since 4.2 (yes, there is
> > > some, but nothing really critical), but testing all this
> would be a good
> > > idea, maybe adding missing functions from the DOM-Specs as
> well (but this
> > > depends until when we want tp release php4.3). I'm already
> using domxml from
> > > 4.3 on my testing machine and didn't realize any problems with it till
> > > now.
> >
> > Ok, sounds like this one won't be a "major change" either then.  You're
> > off the hook ;-)
>
> I still think DomXML underwent a lot of changes so that it should be
> classified as 'major change'. It should no wbe conformant to the w3c
> specs, and a little bit testin if that's really the case can do no harm.
>
> Derick
>
> --
> -
>  Did I help you? http://www.amazon.co.uk/exec/obidos/registry/SLCB276UZU8B
>  Frequent ranting: http://www.jdimedia.nl/derick/
> --
> -
>  PHP: Scripting the Web - [EMAIL PROTECTED]
> All your branches are belong to me!
> SRM: Script Running Machine - www.vl-srm.net
> --
> -
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: PHP 4.3 charter and release plan

2002-05-04 Thread derick

On 5 May 2002, Stig S. Bakken wrote:

> On Fri, 2002-05-03 at 13:25, Christian Stocker wrote:
> > 
> > if noone else really would like to do it, i can take over this part. I
> > don't think, there's much new stuff in domxml since 4.2 (yes, there is
> > some, but nothing really critical), but testing all this would be a good
> > idea, maybe adding missing functions from the DOM-Specs as well (but this
> > depends until when we want tp release php4.3). I'm already using domxml from
> > 4.3 on my testing machine and didn't realize any problems with it till
> > now.
> 
> Ok, sounds like this one won't be a "major change" either then.  You're
> off the hook ;-)

I still think DomXML underwent a lot of changes so that it should be 
classified as 'major change'. It should no wbe conformant to the w3c 
specs, and a little bit testin if that's really the case can do no harm.

Derick

---
 Did I help you? http://www.amazon.co.uk/exec/obidos/registry/SLCB276UZU8B
 Frequent ranting: http://www.jdimedia.nl/derick/
---
 PHP: Scripting the Web - [EMAIL PROTECTED]
All your branches are belong to me!
SRM: Script Running Machine - www.vl-srm.net
---


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: PHP 4.3 charter and release plan

2002-05-04 Thread Stig S. Bakken

On Fri, 2002-05-03 at 13:25, Christian Stocker wrote:
> In <[EMAIL PROTECTED]>, Stig S. Bakken
> wrote:
> 
> > Hi,
> > 
> > I've volunteered to RM (release master, not /bin/rm) PHP 4.3.  This
> > release will be synchronized with the public release of the PEAR
> > (including PECL) infrastructure.
> > 
> > This time I'd like to try partitioning the work a bit by identifying the
> > major changes and have one person sign up as responsible for each.
> > 
> > I will do the overall coordination and handle stuff that don't belong to
> > these major changes.
> > 
> > Here's the list of major changes, and the person I would like to invite
> > as responsible for that part of 4.3:
> 
> > 7. DOMXML changes? (Christian)
> 
> if noone else really would like to do it, i can take over this part. I
> don't think, there's much new stuff in domxml since 4.2 (yes, there is
> some, but nothing really critical), but testing all this would be a good
> idea, maybe adding missing functions from the DOM-Specs as well (but this
> depends until when we want tp release php4.3). I'm already using domxml from
> 4.3 on my testing machine and didn't realize any problems with it till
> now.

Ok, sounds like this one won't be a "major change" either then.  You're
off the hook ;-)

 - Stig


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] Re: PHP 4.3 charter and release plan

2002-05-04 Thread Stig S. Bakken

On Fri, 2002-05-03 at 12:31, Yasuo Ohgaki wrote:
> Stig S. Bakken wrote:
> > Here's the list of major changes, and the person I would like to invite
> > as responsible for that part of 4.3:
> > 6. PostgreSQL changes (Yasuo)
> 
> Core code has not been changed much.
> I'm available any time.
> 
> > When someone has signed up for each major change, I want to get a
> > feeling for how much work remains and make a rough internal release
> > schedule.  The PHP_4_3_0 branch will be created when everyone says their
> > stuff is ready for full testing.
> 
> pg_convert/metadata/insert/select/delete/update
> functions are added. If other database interfaces are
> going to have such functions, it would be nice to
> have the same API (both C and PHP).
> 
> pg_last_notice works fine for non ZTS, but it does not
> with ZTS. This is better to be fixed before 4.3.0 at
> least.
> 
> I have to design and implement user defined type support
> in pg_convert, since this may need API change.

Okay, in that case I won't add pgsql as a "major change" in 4.3.

 - Stig


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: PHP 4.3 charter and release plan

2002-05-03 Thread Christian Stocker

In <[EMAIL PROTECTED]>, Stig S. Bakken
wrote:

> Hi,
> 
> I've volunteered to RM (release master, not /bin/rm) PHP 4.3.  This
> release will be synchronized with the public release of the PEAR
> (including PECL) infrastructure.
> 
> This time I'd like to try partitioning the work a bit by identifying the
> major changes and have one person sign up as responsible for each.
> 
> I will do the overall coordination and handle stuff that don't belong to
> these major changes.
> 
> Here's the list of major changes, and the person I would like to invite
> as responsible for that part of 4.3:

> 7. DOMXML changes? (Christian)

if noone else really would like to do it, i can take over this part. I
don't think, there's much new stuff in domxml since 4.2 (yes, there is
some, but nothing really critical), but testing all this would be a good
idea, maybe adding missing functions from the DOM-Specs as well (but this
depends until when we want tp release php4.3). I'm already using domxml from
4.3 on my testing machine and didn't realize any problems with it till
now.

christian

-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Re: PHP 4.3 charter and release plan

2002-05-03 Thread Yasuo Ohgaki

Stig S. Bakken wrote:
> Here's the list of major changes, and the person I would like to invite
> as responsible for that part of 4.3:
> 6. PostgreSQL changes (Yasuo)

Core code has not been changed much.
I'm available any time.

> When someone has signed up for each major change, I want to get a
> feeling for how much work remains and make a rough internal release
> schedule.  The PHP_4_3_0 branch will be created when everyone says their
> stuff is ready for full testing.

pg_convert/metadata/insert/select/delete/update
functions are added. If other database interfaces are
going to have such functions, it would be nice to
have the same API (both C and PHP).

pg_last_notice works fine for non ZTS, but it does not
with ZTS. This is better to be fixed before 4.3.0 at
least.

I have to design and implement user defined type support
in pg_convert, since this may need API change.

--
Yasuo Ohgaki




-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php