Rolling RC1

php.internals

Andi Gutmans

22 years ago
Hey, I've fixed all of the major bugs I wanted to get done for RC1. The only thing we should finalize is the hasMore() thing (I wouldn't want to change such an API after RC1). Did we decide to go with isValid()? Marcus what do you sya? Andi

Antony Dovgal

22 years ago
On Fri, 05 Mar 2004 15:07:42 +0200 Andi Gutmans <andi@zend.com> wrote:
> Hey, > > I've fixed all of the major bugs I wanted to get done for RC1.
What about this bug - http://bugs.php.net/?id=27504 ? It looks as rather major to me. --- WBR, Antony Dovgal aka tony2001 tony2001@phpclub.net || antony@dovgal.com

Adam Maccabee Trachtenberg

22 years ago
On Fri, 5 Mar 2004, Antony Dovgal wrote:
> On Fri, 05 Mar 2004 15:07:42 +0200 > Andi Gutmans <andi@zend.com> wrote: > > > Hey, > > > > I've fixed all of the major bugs I wanted to get done for RC1. > > What about this bug - http://bugs.php.net/?id=27504 ? > It looks as rather major to me.
Or this one? http://bugs.php.net/bug.php?id=27123 -adam
-- adam@trachtenberg.com author of o'reilly's php cookbook avoid the holiday rush, buy your copy today!

Georg Richter

22 years ago
> Hey, > > I've fixed all of the major bugs I wanted to get done for RC1. > The only thing we should finalize is the hasMore() thing (I wouldn't want > to change such an API after RC1). > Did we decide to go with isValid()? Marcus what do you sya?
I have to add some conditional defines as soon as Monty pushed libmysql 4.1.2 changes (probably on Sunday). Georg

Daniel Convissor

22 years ago
On Fri, Mar 05, 2004 at 03:07:42PM +0200, Andi Gutmans wrote:
> > I've fixed all of the major bugs I wanted to get done for RC1.
Wondering about your opinion on "register_long_arrays breaks superglobals" http://bugs.php.net/bug.php?id=25724 This seems prety major to me. That bug also causes $_SERVER['argv'] and $_SERVER['argc'] to not be created. http://bugs.php.net/bug.php?id=26206 --Dan
-- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409

Andi Gutmans

22 years ago
I wouldn't consider that a major bug but I'll see if I can do something about it. Definitely not a show stopper. At 04:15 PM 3/5/2004 +0300, Antony Dovgal wrote:

J Smith

22 years ago
Andi Gutmans wrote:
> Hey, > > I've fixed all of the major bugs I wanted to get done for RC1. > The only thing we should finalize is the hasMore() thing (I wouldn't want > to change such an API after RC1). > Did we decide to go with isValid()? Marcus what do you sya? > > Andi
I'd also like to commit the patch for get_browser() if everything was fine with it. (Didn't hear any complaints.) I've been swamped all week and didn't have time to do anything more with it, but if it checks out I'll commit it today. I haven't had time yet to really look at Rasmus' suggestion of pulling browscap out of ext/standard and into PECL, I should be able to get to it next week, if it's not too late. (We have a product launch today at work, but next week it should be quiet enough for me to put some more time to browscap.) If the PECL thing can't be done, I'll at least commit what I have for the time being. I'd also like to commit that to the 4_3 branch before 4.3.5 comes out it possible. J

Andi Gutmans

22 years ago
At 02:58 PM 3/5/2004 +0100, Georg Richter wrote:
> > Hey, > > > > I've fixed all of the major bugs I wanted to get done for RC1. > > The only thing we should finalize is the hasMore() thing (I wouldn't want > > to change such an API after RC1). > > Did we decide to go with isValid()? Marcus what do you sya? > >I have to add some conditional defines as soon as Monty pushed libmysql 4.1.2 >changes (probably on Sunday).
I don't mind waiting for that as long as it's in that time frame. If it gets postponed too much I don't think our RC date needs to be linked to it. Andi

Walt Boring

22 years ago
It seems this one should be addressed before RC1 IMO http://bugs.php.net/bug.php?id=27227 Walt Quoting Andi Gutmans <andi@zend.com>:

Red Wingate

22 years ago
This one is kinda annoying as well: http://bugs.php.net/bug.php?id=26286&edit=1 Just ran into this just a few minutes ago. Tried to solve the problem using a new Snapshot but this didn't solve my problem, also using a diffrent apache2 version didn't change anything either. Red Walter A. Boring IV wrote:

Andi Gutmans

22 years ago
It would be nice if someone could look at this but PHP has always been experimental in multi-threaded environments (especially Apache 2). Do you get the same problems with PHP as a CGI? Andi At 09:16 PM 3/5/2004 +0100, Red Wingate wrote:

Red Wingate

22 years ago
Allright tried running PHP as a CGI and the crash is gone. I gave the source a closer look and found this to be the line which caused the crash: $database['user_logins_failed'] += 1 ; ( $database is set to FALSE ) but i cannot find the context in which this causes the problem as it seams to appear randomly and only when using a user-defined error- handler. Andi Gutmans wrote:

Red Wingate

22 years ago
Finally found a script to reproduce the Crash: http://download.erisx.de/crash.txt Red Wingate wrote:

Marcus Börger

22 years ago
Hello Andi, the majority was pro and i think we should do it. Maybe we could even go with 'valid()' so that all methods are single words. Tell me your wish and i'll do the changes tomorrow :-)) Friday, March 5, 2004, 2:07:42 PM, you wrote:
> Hey,
> I've fixed all of the major bugs I wanted to get done for RC1. > The only thing we should finalize is the hasMore() thing (I wouldn't want > to change such an API after RC1). > Did we decide to go with isValid()? Marcus what do you sya?
> Andi
-- Best regards, Marcus mailto:helly@php.net

Andi Gutmans

22 years ago
Go ahead! At 11:26 PM 3/7/2004 +0100, Marcus Boerger wrote: