There was a suggestion, I don't remember if it was agreed upon or not.
Regardless as I see it this is still a bug, and until an ini value is
added, this shouldn't be allowed out as-is in the next release.

If an ini value is added by that time though, it would be nice :)

On Tue, 13 Aug 2002, Edin Kadribasic wrote:

> Hello Dan,
>
> Wasn't there an agreement that the timout is going to be a an .ini
> setting whith a default value of 60?
>
> Edin
>
> ----- Original Message -----
> From: "Dan Kalowsky" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 13, 2002 4:39 PM
> Subject: [PHP-CVS] cvs: php4 /main network.c
>
>
> > kalowsky Tue Aug 13 10:39:03 2002 EDT
> >
> >   Modified files:
> >     /php4/main network.c
> >   Log:
> >   Bug Fix #16113, as reflective of a php-dev convo between wez and
> iliaa
> >
> >
> > Index: php4/main/network.c
> > diff -u php4/main/network.c:1.57 php4/main/network.c:1.58
> > --- php4/main/network.c:1.57 Sun Aug 11 07:25:24 2002
> > +++ php4/main/network.c Tue Aug 13 10:39:03 2002
> > @@ -15,7 +15,7 @@
> >     | Author: Stig Venaas <[EMAIL PROTECTED]>
> |
> >
> +-------------------------------------------------------------------
> ---+
> >   */
> > -/* $Id: network.c,v 1.57 2002/08/11 11:25:24 wez Exp $ */
> > +/* $Id: network.c,v 1.58 2002/08/13 14:39:03 kalowsky Exp $ */
> >
> >  /*#define DEBUG_MAIN_NETWORK 1*/
> >  #define MAX_CHUNKS_PER_READ 10
> > @@ -515,7 +515,7 @@
> >
> >   sock->is_blocked = 1;
> >   sock->chunk_size = FG(def_chunk_size);
> > - sock->timeout.tv_sec = -1;
> > + sock->timeout.tv_sec = 60;
> >   sock->socket = socket;
> >
> >   stream = php_stream_alloc_rel(&php_stream_socket_ops, sock,
> persistent, "r+");
> >
> >
> >
> > --
> > PHP CVS Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
>

>---------------------------------------------------------------<
Dan Kalowsky                    "A little less conversation,
http://www.deadmime.org/~dank    a little more action."
[EMAIL PROTECTED]        - "A Little Less Conversation",
[EMAIL PROTECTED]                        Elvis Presley


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to