George Schlossnagle wrote:
Not to be snarky, but I for one would prefer PHP to behave like PHP. ;)

Without having to make everyone here sort through the commit messages, can you briefly list out the proposed changes?

Oops. Sorry, I forgot.
It's about flushing output every output statement.

SH and current CLI does fflush() on stdout with
echo "A"

while others don't.
And this setting cannot be changed by php.ini.

User has to pass "-D implicit_flush=Off" as command line option.

As we all know, character devices flushes by newline, so
flushing is not really needed. If user would like to do flush,
flush() function may be used (or change php.ini)

--
Yasuo Ohgaki

George

On Wednesday, October 23, 2002, at 02:26 AM, Yasuo Ohgaki wrote:

I thought it's obvious choice, but it seems it's not.

Which one you prefer CLI behave like

SH

or

PERL/RUBY/PYTHON

--
Yasuo Ohgaki


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


// George Schlossnagle
// Principal Consultant
// OmniTI, Inc          http://www.omniti.com
// (c) 240.460.5234   (e) [EMAIL PROTECTED]
// 1024D/1100A5A0  1370 F70A 9365 96C9 2F5E 56C2 B2B9 262F 1100 A5A0


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

Reply via email to