Hi,

Probably I also got this "duracell syndrome":-)) in my php script. My
project is tested on very old  www server. The development machine has
following configuration:
- Win NT 4.0
- PHP 4.04pl1
- Netscape Fast Track 3.
Browsers are:
- Internet Explorer 5
- Netscape 4.76

When I browse pages with Netscape - everything is fine. When I'm using IE -
page is loaded (sometimes completely, sometimes not), progress bar is going
and going... then I've got a message about timeout. So far I supposed that
it's because of some misconfiguration of the server. After your message I've
realized that the common thing on all problematic pages is displayed date.
But - you've got it on both browsers... me - only with IE. Have you got any
idea?

Piotr

Tomasz Abramowicz wrote:

> IIS 4.0 / PHP 4.0.4pl1 cgi
>
> hmm.. ..i know that there is a bug report page,
> but it wasnt working, so i thought i would just
> be lazy and post it here... ...actually, maybe its
> known, but as i said, couldnt check, bug page
> was down. anyways I tried doing this:
>
> $date = date("y.m.d/t.D.H.i.s.T.B");
> echo $date;
>
> and i did get the right answer, but the browser
> (IE5.5 and NN4.08) progress bar just kept
> going and going and going and going.
> (duracell syndrome)
>
> then i tryed taking each date thingy away one at
> a time (i started from the back), and 'T' was the
> guilty one, however i dont get the problem
> doing:
>
> $date = date("T");
> echo $date;
>
> Can any1 else try it and tell if its just me or is
> the ("y.m.d/t.D.H.i.s.T.B") just to hard to handle for NT?
>
> tnx,
> t.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]




_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to