Re: [PHP-DEV] RC1

2005-08-08 Thread Hartmut Holzgraefe
(trying again without attachments) Andi Gutmans wrote: > Another reminder, I'd like to roll RC1 on Monday. Everyone will be back from OSCON and we can start the Unicode merge right afterwards. currently phpize just copies the php-src Makefile.global to extensions, i have a patch ready for makin

Re: [PHP-DEV] RC1 MySQLi compiling error

2004-03-19 Thread Georg Richter
Hi, > [EMAIL PROTECTED]:/install/php-5.0.0RC1# ./configure > --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql4 > --with-mysqli=/usr/local/mysql4_1/bin/mysql_config > --with-pgsql=/usr/local/pgsql --disable-libxml using two different mysql libraries will not work of course. Yo

Re: [PHP-DEV] RC1 of RC1

2004-03-19 Thread Sebastian Bergmann
Clemens Gutweiler wrote: > Change the name of 'test' to 'test2', so that this isn't anymore an > construcor - then the E_STRICT message appears. Bug? Damn those stupid BC-constructor-names :) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das B

RE: [PHP-DEV] RC1 of RC1

2004-03-19 Thread Andi Gutmans
At 11:00 AM 3/19/2004 +0100, Clemens Gutweiler wrote: > From: Derick Rethans [mailto:[EMAIL PROTECTED] > On Fri, 19 Mar 2004, Sebastian Bergmann wrote: > > > Andi Gutmans wrote: > > > Only if you use E_STRICT. > > > > Am I missing something (bear with me, I am still on > medication :-) but > >

RE: [PHP-DEV] RC1 of RC1

2004-03-19 Thread Clemens Gutweiler
> From: Derick Rethans [mailto:[EMAIL PROTECTED] > On Fri, 19 Mar 2004, Sebastian Bergmann wrote: > > > Andi Gutmans wrote: > > > Only if you use E_STRICT. > > > > Am I missing something (bear with me, I am still on > medication :-) but > > the following code does not print a warning here:

Re: [PHP-DEV] RC1 of RC1

2004-03-19 Thread Derick Rethans
On Fri, 19 Mar 2004, Sebastian Bergmann wrote: > Andi Gutmans wrote: > > Only if you use E_STRICT. > > Am I missing something (bear with me, I am still on medication :-) but > the following code does not print a warning here: Because E_Strict is set at run time, and the warnings are thrown at

Re: [PHP-DEV] RC1 of RC1

2004-03-19 Thread Sebastian Bergmann
Andi Gutmans wrote: > Only if you use E_STRICT. Am I missing something (bear with me, I am still on medication :-) but the following code does not print a warning here: -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: ht

Re: [PHP-DEV] RC1 of RC1

2004-03-17 Thread Hans Lellelid
Andi Gutmans wrote: Nope. The final decision was to only check this during E_STRICT because there's no reason why inheritance should be different from implementation. People here felt that due to PHP not supporting function overloading we should not be very strict, and therefore, only give thi

Re: [PHP-DEV] RC1 of RC1

2004-03-17 Thread Andi Gutmans
Nope. The final decision was to only check this during E_STRICT because there's no reason why inheritance should be different from implementation. People here felt that due to PHP not supporting function overloading we should not be very strict, and therefore, only give this warning in E_STRICT.

Re: [PHP-DEV] RC1 of RC1

2004-03-17 Thread Hans Lellelid
Hi - Andi Gutmans wrote: Only if you use E_STRICT. There was a long discussion about this on internals@ a few weeks ago. At 11:57 AM 3/17/2004 +0100, Clemens Gutweiler wrote: interface person { function wakeup( $day, $time ); } class hugo implements per

RE: [PHP-DEV] RC1 of RC1

2004-03-17 Thread Andi Gutmans
Only if you use E_STRICT. There was a long discussion about this on internals@ a few weeks ago. At 11:57 AM 3/17/2004 +0100, Clemens Gutweiler wrote: Hi, > From: Andi Gutmans [mailto:[EMAIL PROTECTED] > I rolled RC1 of RC1 (didn't change the version from -dev on > purpose because > RC1RC1 is ki

RE: [PHP-DEV] RC1 of RC1

2004-03-17 Thread Clemens Gutweiler
Hi, > From: Andi Gutmans [mailto:[EMAIL PROTECTED] > I rolled RC1 of RC1 (didn't change the version from -dev on > purpose because > RC1RC1 is kind of odd and I didn't want it to confuse people :). > I will roll RC1 on the 17th so if there are "serious" show > stoppers speak up. wakeup( 'mon

Re: [PHP-DEV] RC1 of RC1

2004-03-16 Thread Timm Friebe
On Tue, 2004-03-16 at 22:28, Marcus Boerger wrote: > Hello Timm, > > this is fixed now. Verified. - Timm -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC1 of RC1

2004-03-16 Thread Marcus Boerger
Hello Timm, this is fixed now. marcus Tuesday, March 16, 2004, 9:39:09 PM, you wrote: > On Mon, 2004-03-15 at 07:10, Andi Gutmans wrote: >> Hey, >> >> I rolled RC1 of RC1 (didn't change the version from -dev on purpose because >> RC1RC1 is kind of odd and I didn't want it to confuse people :)

Re: [PHP-DEV] RC1 of RC1

2004-03-16 Thread Timm Friebe
On Mon, 2004-03-15 at 07:10, Andi Gutmans wrote: > Hey, > > I rolled RC1 of RC1 (didn't change the version from -dev on purpose because > RC1RC1 is kind of odd and I didn't want it to confuse people :). > I will roll RC1 on the 17th so if there are "serious" show stoppers speak up. [EMAIL PROTEC

Re: [PHP-DEV] RC1 of RC1

2004-03-15 Thread Jan Schneider
Zitat von Andi Gutmans <[EMAIL PROTECTED]>: I fixed get_object_vars() a couple of days ago. Can you check if this still occurs? No, that seems to have fixed it, thanks! At 01:52 PM 3/15/2004 +0100, Jan Schneider wrote: Zitat von Andi Gutmans <[EMAIL PROTECTED]>: I will roll RC1 on the 17th so if

Re: [PHP-DEV] RC1 of RC1

2004-03-15 Thread Andi Gutmans
I fixed get_object_vars() a couple of days ago. Can you check if this still occurs? Andi At 01:52 PM 3/15/2004 +0100, Jan Schneider wrote: Zitat von Andi Gutmans <[EMAIL PROTECTED]>: I will roll RC1 on the 17th so if there are "serious" show stoppers speak up. Dunno what you consider "serious",

Re: [PHP-DEV] RC1 of RC1

2004-03-15 Thread Jan Schneider
Zitat von Andi Gutmans <[EMAIL PROTECTED]>: I will roll RC1 on the 17th so if there are "serious" show stoppers speak up. Dunno what you consider "serious", but bug 2 http://bugs.php.net/bug.php?id=2 is on the ze2 level. Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de

Re: [PHP-DEV] RC1

2004-03-06 Thread Wez Furlong
I found a couple of little bugs in new sockets transport layer while on the cruise; I'll fix those in next couple of days. --Wez. - Original Message - From: "Andi Gutmans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 8:18 PM Subject: [PHP-DEV] RC1 > Hey, > >

Re: [PHP-DEV] RC1

2004-02-09 Thread Georg Richter
> Adding it to the distribution is +1 from me, enabling it by default is a > -1 personally as I would turn others on by default before this one. I agree 100% with Derick Georg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] RC1

2004-02-08 Thread Jon Parise
On Sun, Feb 08, 2004 at 09:53:03PM +0100, Derick Rethans wrote: > > > > (b) Default inclusion of the SOAP extension > > > > > >That word 'default' kinda muddies the issue - are you suggesting that SOAP > > >is included in distributions, or are you suggesting that it should be > > >enabled by defau

RE: [PHP-DEV] RC1

2004-02-08 Thread Derick Rethans
On Wed, 4 Feb 2004, Zeev Suraski wrote: > At 22:12 04/02/2004, Steph wrote: > > > > (b) Default inclusion of the SOAP extension > > > >That word 'default' kinda muddies the issue - are you suggesting that SOAP > >is included in distributions, or are you suggesting that it should be > >enabled by d

Re: [PHP-DEV] RC1

2004-02-04 Thread Andi Gutmans
At 01:37 PM 2/4/2004 -0800, Andrei Zmievski wrote: On Wed, 04 Feb 2004, Zeev Suraski wrote: > (a) Failure return value of FETCH_RESOURCE and the default return value - > should we change it to be FALSE? Today it's NULL, which is inconsistent > with most of the functions in PHP which return FALSE o

Re: [PHP-DEV] RC1

2004-02-04 Thread Andrei Zmievski
On Wed, 04 Feb 2004, Zeev Suraski wrote: > (a) Failure return value of FETCH_RESOURCE and the default return value - > should we change it to be FALSE? Today it's NULL, which is inconsistent > with most of the functions in PHP which return FALSE on failure. The > downside is that changing it m

Re: [PHP-DEV] RC1

2004-02-04 Thread Marcus Boerger
Hello Andi, Wednesday, February 4, 2004, 10:15:35 PM, you wrote: > At 09:53 PM 2/4/2004 +0100, Marcus Boerger wrote: >>Hello Zeev, >> >>Wednesday, February 4, 2004, 7:20:47 PM, you wrote: >> >> > Hey, >> >> > As you must have realized Andi and I have resolved some of the key >> > remaining issues

Re: [PHP-DEV] RC1

2004-02-04 Thread Andi Gutmans
At 09:53 PM 2/4/2004 +0100, Marcus Boerger wrote: Hello Zeev, Wednesday, February 4, 2004, 7:20:47 PM, you wrote: > Hey, > As you must have realized Andi and I have resolved some of the key > remaining issues for PHP 5 (and we still are). > Due to fact that some of these changes have been pretty

Re: [PHP-DEV] RC1

2004-02-04 Thread Marcus Boerger
Hello Zeev, Wednesday, February 4, 2004, 7:20:47 PM, you wrote: > Hey, > As you must have realized Andi and I have resolved some of the key > remaining issues for PHP 5 (and we still are). > Due to fact that some of these changes have been pretty big changes we > suggest to turn the RC1 we wan

RE: [PHP-DEV] RC1

2004-02-04 Thread Adam Bregenzer
On Wed, 2004-02-04 at 15:11, Zeev Suraski wrote: > At 22:12 04/02/2004, Steph wrote: > > > > (b) Default inclusion of the SOAP extension > > > >That word 'default' kinda muddies the issue - are you suggesting that SOAP > >is included in distributions, or are you suggesting that it should be > >ena

Re: [PHP-DEV] RC1

2004-02-04 Thread Lukas Smith
Zeev Suraski wrote: At 22:12 04/02/2004, Steph wrote: > (b) Default inclusion of the SOAP extension That word 'default' kinda muddies the issue - are you suggesting that SOAP is included in distributions, or are you suggesting that it should be enabled by default? I think we should consider b

Re: [PHP-DEV] RC1

2004-02-04 Thread Petras Kudaras
Zeev Suraski wrote: > At 22:12 04/02/2004, Steph wrote: > >> > (b) Default inclusion of the SOAP extension >> >> That word 'default' kinda muddies the issue - are you suggesting that >> SOAP >> is included in distributions, or are you suggesting that it should be >> enabled by default? > > I think

RE: [PHP-DEV] RC1

2004-02-04 Thread Zeev Suraski
At 22:12 04/02/2004, Steph wrote: > (b) Default inclusion of the SOAP extension That word 'default' kinda muddies the issue - are you suggesting that SOAP is included in distributions, or are you suggesting that it should be enabled by default? I think we should consider both. Zeev -- PHP Inter

Re: [PHP-DEV] RC1

2004-02-04 Thread Pierre-Alain Joye
On Wed, 4 Feb 2004 13:45:50 -0500 [EMAIL PROTECTED] (Ilia Alshanetsky) wrote: > > (b) Default inclusion of the SOAP extension > > +0. Overall it seems like a good idea. However, I am not sure how > stable is SOAP extension after massive revisions Dmitry did and the > TODO list still has quite a f

RE: [PHP-DEV] RC1

2004-02-04 Thread Steph
> (b) Default inclusion of the SOAP extension That word 'default' kinda muddies the issue - are you suggesting that SOAP is included in distributions, or are you suggesting that it should be enabled by default? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http:

Re: [PHP-DEV] RC1

2004-02-04 Thread Pierre-Alain Joye
On Wed, 4 Feb 2004 20:46:57 +0100 [EMAIL PROTECTED] (Pierre-Alain Joye) wrote: > It is a problem (afaics) for: > - foreach > - reflection > - dump functions > > Btw, in the same topic, are the $foo->bar++; bug is solved too? are the $foo->bar++; and friends (+=, -=, ...) solved too? pierre --

Re: [PHP-DEV] RC1

2004-02-04 Thread Pierre-Alain Joye
On Wed, 04 Feb 2004 21:37:11 +0200 [EMAIL PROTECTED] (Andi Gutmans) wrote: > Quite a problem, no doubt. The question is, should we expect every > overloaded object to be able to give its properties as a hash? (I > guess it could return an empty one). > Pierre, is the problem only with foreach()?

Re: [PHP-DEV] RC1

2004-02-04 Thread Sara Golemon
> > (a) Failure return value of FETCH_RESOURCE and the default return value - > > should we change it to be FALSE? Today it's NULL, which is inconsistent > > with most of the functions in PHP which return FALSE on failure. The > > downside is that changing it may break scripts that check the retu

Re: [PHP-DEV] RC1

2004-02-04 Thread Andi Gutmans
At 02:33 PM 2/4/2004 -0500, Sterling Hughes wrote: > >http://marc.theaimsgroup.com/?l=php-dev&m=107367078904900&w=2 > > > >The main problem with a too early beta/rc release is we (well you ;) ) > >have to be sure that the ZE2 apis works the way it should. And not only > >from the php side. For the

Re: [PHP-DEV] RC1

2004-02-04 Thread Sterling Hughes
> >http://marc.theaimsgroup.com/?l=php-dev&m=107367078904900&w=2 > > > >The main problem with a too early beta/rc release is we (well you ;) ) > >have to be sure that the ZE2 apis works the way it should. And not only > >from the php side. For the good all php extensions that are not bundled > >wit

Re: [PHP-DEV] RC1

2004-02-04 Thread Andi Gutmans
At 07:55 PM 2/4/2004 +0100, Pierre-Alain Joye wrote: > A couple of issues we'd like to decide onbefore we go out with beta 4 > are: One "issue" I would like to put in the light again. The internal ZE 2 APIs. One "issue" here: http://marc.theaimsgroup.com/?l=php-dev&m=107367078904900&w=2 The main p

Re: [PHP-DEV] RC1

2004-02-04 Thread Wez Furlong
> Due to fact that some of these changes have been pretty big changes we > suggest to turn the RC1 we wanted to release at the end of January to a > beta 4 by the end of next week. > If everything goes smoothly after that, we think RC1 should follow two > weeks later. +1 on beta 4. 2 weeks from

Re: [PHP-DEV] RC1

2004-02-04 Thread Pierre-Alain Joye
On Wed, 04 Feb 2004 20:20:47 +0200 Zeev Suraski <[EMAIL PROTECTED]> wrote: > Hey, > > As you must have realized Andi and I have resolved some of the key > remaining issues for PHP 5 (and we still are). > Due to fact that some of these changes have been pretty big changes we > > suggest to turn

Re: [PHP-DEV] RC1

2004-02-04 Thread Ilia Alshanetsky
> (a) Failure return value of FETCH_RESOURCE and the default return value - > should we change it to be FALSE? Today it's NULL, which is inconsistent > with most of the functions in PHP which return FALSE on failure. The > downside is that changing it may break scripts that check the return value

Re: [PHP-DEV] RC1

2004-02-04 Thread John Coggeshall
On Wed, 2004-02-04 at 13:36, Adam Maccabee Trachtenberg wrote: > > (b) Default inclusion of the SOAP extension > +1, Definitely. Ditto on that and B4... However I do question the 2 week timeline between the two, seems a bit short.. John -- -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~

Re: [PHP-DEV] RC1

2004-02-04 Thread Adam Maccabee Trachtenberg
On Wed, 4 Feb 2004, Zeev Suraski wrote: > Due to fact that some of these changes have been pretty big changes we > suggest to turn the RC1 we wanted to release at the end of January to a > beta 4 by the end of next week. I am glad we're doing another beta. There's still more than enough outstandi

Re: [PHP-DEV] RC1

2004-02-04 Thread George Schlossnagle
On Feb 4, 2004, at 1:20 PM, Zeev Suraski wrote: (b) Default inclusion of the SOAP extension I'm +1 for this. It seems to have been making rapid progression and it's an important technology to make easy to access. George -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, vi

Re: [PHP-DEV] RC1

2004-02-04 Thread Sterling Hughes
> Hey, > > (a) Failure return value of FETCH_RESOURCE and the default return value - > should we change it to be FALSE? Today it's NULL, which is inconsistent > with most of the functions in PHP which return FALSE on failure. The > downside is that changing it may break scripts that check the