On October 22, 2002 01:57 am, Yasuo Ohgaki wrote:
> Jon Parise wrote:
> > On Tue, Oct 22, 2002 at 11:14:58AM +0900, Yasuo Ohgaki wrote:
> >>No objections using php.ini-dist _only for_ run-tests.php?
> >
> > I'm not really in the run-tests.php loop, but why must be
> > configuration file be specified.  If run-tests.php requires certain
> > options to be set, why not just set them explicitly (via ini_set())?
>
> It may work for some, but not for others. e.g. INI_SYSTEM.
>
> Try php.ini-recommended as your default php.ini.
> For this specific problem, what you need is ob_end_*().
>
> It's much easier and reliable when ini is decided for
> run-tests.php.
>
> What's the point of _not_ specifying certain ini for
> run-tests.php? In other words, what is advantages?

Because those ini settings may be the ones causing the problems. Unusual ini 
settings could lead to discovery of various problems, which may not show up 
under 'normal' configuration.
We are trying to determine if the compiled PHP is working properly with the 
user's settings and system configuration, not just with predefined settings.

Ilia

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to