php-windows | 2001042
Date: 04/30/01
- Next message: Voodoo Phreeek Boy: "[PHP-WIN] this is for you IIS 5 people"
- Previous message: Joe Brown: "Re: [PHP-WIN] Compiled PHP 4.06 & ISAPI"
- Next in thread: Piotr Pluciennik: "Re: [PHP-WIN] bug?"
- Reply: Piotr Pluciennik: "Re: [PHP-WIN] bug?"
- Reply: Daniel Beulshausen: "Re: [PHP-WIN] bug?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Voodoo Phreeek Boy: "[PHP-WIN] this is for you IIS 5 people"
- Previous message: Joe Brown: "Re: [PHP-WIN] Compiled PHP 4.06 & ISAPI"
- Next in thread: Piotr Pluciennik: "Re: [PHP-WIN] bug?"
- Reply: Piotr Pluciennik: "Re: [PHP-WIN] bug?"
- Reply: Daniel Beulshausen: "Re: [PHP-WIN] bug?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

