Re: [PHP-DEV] Command line option for shell scripting [ And some interactive mode issues]

2001-06-21 Thread Brian Moon

output_buffering also needs to be turned off in interactive mode.  I will
add that as well.

Brian Moon
--
dealnews.com, Inc.
Makers of dealnews & dealmac
http://dealnews.com/ | http://dealmac.com/


- Original Message -
From: "James Moore" <[EMAIL PROTECTED]>
To: "'Brian Moon'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 5:00 PM
Subject: RE: [PHP-DEV] Command line option for shell scripting [ And some
interactive mode issues]


>
> Something along this line which I wanted to do was to turn the time out
> off for interactive mode as at the moment it times out after 30secs,
> anyone got any objections if I make that change??
>
> - James
>
>
>


-- 
PHP Development 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]




Re: [PHP-DEV] Command line option for shell scripting [ And some interactive mode issues]

2001-06-21 Thread Brian Moon

Looks like we just need to call:

zend_unset_timeout();
zend_set_timeout(0);

in sapi/cgi/cgi_main.c.

I will put this in the patch I send in.  This is a good idea.

Brian Moon
--
dealnews.com, Inc.
Makers of dealnews & dealmac
http://dealnews.com/ | http://dealmac.com/


- Original Message -
From: "James Moore" <[EMAIL PROTECTED]>
To: "'Brian Moon'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 5:00 PM
Subject: RE: [PHP-DEV] Command line option for shell scripting [ And some
interactive mode issues]


>
> Something along this line which I wanted to do was to turn the time out
> off for interactive mode as at the moment it times out after 30secs,
> anyone got any objections if I make that change??
>
> - James
>
>
>


-- 
PHP Development 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]




RE: [PHP-DEV] Command line option for shell scripting [ And some interactive mode issues]

2001-06-20 Thread James Moore


Something along this line which I wanted to do was to turn the time out
off for interactive mode as at the moment it times out after 30secs,
anyone got any objections if I make that change??

- James


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]