Re: [PHP] Re: Windows date("Y/m/d H:i:s") performance

2008-07-31 Thread Richard Lynch
PHP 5.2.6 with Xdebug 2.0.3 here... Aha! Turning off Xdebug "fixes" it... Weird. Or maybe "normal" for Xdebug? I'll take this up with Derick and co on Xdebug list next, if anybody wants to follow... On Wed, July 30, 2008 11:36 am, Andrew Ballard wrote: > On Wed, Jul 30, 2008 at 12:19 PM, Rich

Re: [PHP] Re: Windows date("Y/m/d H:i:s") performance

2008-07-30 Thread Andrew Ballard
On Wed, Jul 30, 2008 at 12:19 PM, Richard Lynch <[EMAIL PROTECTED]> wrote: > I suppose to be complete, I should point out that in Linux a call to > date finishes in 1.2271404266357E-5 seconds on average. > > For those unfamiliar with scientific notation, that would be: > 0.12271404266357 second

[PHP] Re: Windows date("Y/m/d H:i:s") performance

2008-07-30 Thread Richard Lynch
I suppose to be complete, I should point out that in Linux a call to date finishes in 1.2271404266357E-5 seconds on average. For those unfamiliar with scientific notation, that would be: 0.12271404266357 seconds, or rougly 1/10,000th of the time Doze takes. -- Some people ask for gifts here.