a WSDL request via a
proxy server?
has ANYONE managed to get the google API running from a WIN2K box?
cheers
Brendan.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Zak Greant wrote:
> Johan Lundqvist wrote:
> > This is a way of doing it:
> >
> > $s = time() + 10;
> > for ($i = time(); $i <= $s; $i++) {
> > print $i;
> > }
> >
> > Will run for about ten seconds...
>
> Did you leave a bit of code out?
> In most cases, this will run for only a fe
do when you want to measure the time but not
> in the loop?
>
> Case: you want to limit the time of reading from an open socket (fread), the
> other side doesn't answer, you wait and wait...
>
> Piotr Plusa
>
> - Wiadomosc oryginalna -
> Od: "Br
Hi
PHP keeps crashing and I cant isolate why because i just get that damned
Dr Watson error...
the error is
Acess Violation(0xc005), Address: 0x7800d6a1
it causes php to crash and the script to stop executing...
i get a cgi no header error in the browser..
anyone have any ideas?
would be MUC
hi,
just wondering if there was any easy way to break/escape from a loop
(for loop) if the loop exceeds a maximum time.
I realise that set_timeout applies to the whole script but i am just
interested in a sub function of the script.
cheers!
brendan.
--
PHP Windows Mailing List (http