On Thu, 24 Oct 2002, Jon Parise wrote: > On Wed, Oct 23, 2002 at 08:36:58PM -0400, Adam Maccabee Trachtenberg wrote: > > > > In short, I just want to know why run-tests.php needs an external > > > dependency on php.ini-dist. I would much prefer run-tests.php to be > > > self-contained. > > > > We could probably make sure run-tests.php had the same default > > settings as php.ini-recommended (and overrode them when necessary to > > test alternate configurations), but if we always use the actual > > php.ini-recommended file from the distribution, we don't need to worry > > about the two becoming out of sync. > > Apparently, the INI file that is used by run-tests.php only applies to > the run-tests.php script and _not_ to the actual tests themselves. At > least, I'm pretty sure that's how Yasuo explained it earlier in this > discussion.
So this whole issue only applies to the actual testing script? If that's the case, I'm all with you -- we should just enable specific options as necessary at the top of the file. That's what we do with pear, why wouldn't we do it with run-tests.php? -adam -- adam maccabee trachtenberg [EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php