Jon Parise wrote:
On Tue, Oct 22, 2002 at 11:14:58AM +0900, Yasuo Ohgaki wrote:I'm not really in the run-tests.php loop, but why must beNo objections using php.ini-dist _only for_ run-tests.php?
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? BTW, ini used for run-tests.php and ini used for phpt has nothing to do with. -- Yasuo Ohgaki -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php