Jon Parise wrote:
I still do not understand what magical values in php.ini-dist need to
be applied to run-tests.php and why those values, if they are so
important, can't be explicitly enabled via ini_set() calls.
Glad to explain :)

If you install php.ini-recommended as you default php.ini for CLI,
the output is buffered since buffering is enabled in php.ini-recommended.

This is very frustrating since I see output with 4096 byte chunks.
i.e. type "make test", then many seconds later, I see first chunk of
outputs at once.

We should make it execute run-tests.php well with php.ini-recommend,
since it's shipped with PHP.


The reason why I suggesting to use php.ini-dist is even person who
has CVS account don't understand this.

AND

I'm not confident nor comfortable writing run-tests.php that
runs well under any configuration. (Well I may be able to, but it's
a waste of time IMO)  Therefore, I'm insisting the use of php.ini-dist
many times.

--
Yasuo Ohgaki



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

Reply via email to