Re: [PHP-DEV] Performance problem in Windows between 5.1 & 5.2

2007-04-25 Thread Mauro N. Infantino
> -Original Message- > From: Richard Lynch [mailto:[EMAIL PROTECTED] > Subject: Re: [PHP-DEV] Performance problem in Windows between > 5.1 & 5.2 > >$file = fopen('/tmp/foo', 'w'); //or whatever. > for ($i = 0; $i < 100; $i++){ &

Re: [PHP-DEV] Performance problem in Windows between 5.1 & 5.2

2007-04-25 Thread Richard Lynch
On Wed, April 25, 2007 1:43 pm, Mauro N. Infantino wrote: > definitions are taking more time in PHP5.2.x. The problem I'm facing > is that > I'm trying to benchmark this, but I'm not being able because I can not > find > the way to iterate this case enough times to get a significant number. > eval(

Re: [PHP-DEV] Performance problem in Windows between 5.1 & 5.2

2007-04-25 Thread Mauro N. Infantino
> -Original Message- > From: Andrew Hutchings [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 25, 2007 4:46 AM > Subject: Re: [PHP-DEV] Performance problem in Windows between > 5.1 & 5.2 > > Try 5.2.0, I found it has no performance hit when compared to 5.1

Re: [PHP-DEV] Performance problem in Windows between 5.1 & 5.2

2007-04-25 Thread Andrew Hutchings
Mauro N. Infantino wrote: > Thanks for your response, Andrew. > > Just to clarify: Maybe there's no performance problem. I'm seeing this > behavior without any logical explanation (both installations are exactly > equal and the difference in execution time is too big not to be noticed). Of > cour

Re: [PHP-DEV] Performance problem in Windows between 5.1 & 5.2

2007-04-24 Thread Mauro N. Infantino
> -Original Message- > From: Andrew Hutchings [mailto:[EMAIL PROTECTED] > Subject: [PHP-DEV] Re: Performance problem in Windows between > 5.1 & 5.2 > > I brought this issue up before using Linux, but it was all in my > imagination apparently :) > > Regards > Andrew Thanks for your resp