Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-24 Thread Yasuo Ohgaki
Sander Roobol wrote: On Thu, Oct 24, 2002 at 11:59:19AM -0400, Jon Parise wrote: - Change the compiled default value for output_buffering to 0. - Allow output_buffering to be set by ini_set(). - Specify 'output_buffering = 0' via the -D command line option for run-tests.php. - P

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Yasuo Ohgaki
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 C

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Jon Parise
On Thu, Oct 24, 2002 at 07:27:31AM +0900, Yasuo Ohgaki wrote: > >So, once again, all I really want to know is what is so special about > >php.ini-dist? And what _specific_ settings do you (Yasuo) feel must > >be applied to run-tests.php in order to run properly? And why can't > >they just be spe

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Yasuo Ohgaki
Jon Parise wrote: On Wed, Oct 23, 2002 at 05:38:09PM +0900, Yasuo Ohgaki wrote: Hi Ilia and Jon, Do you still think specifying ini used _for_ run-tests.php is bad thing? I hope I've explained enough. I think you don't care, do you? I don't want to involve myself in some sort of religious

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Melvyn Sopacua
At 17:40 23-10-2002, Derick Rethans wrote: On Wed, 23 Oct 2002, Melvyn Sopacua wrote: > At 14:29 23-10-2002, Derick Rethans wrote: > > >If people refuse to read documentatino for tool they don't deserve to > >use it. Come'n.. if you are professional enough to even run a testsuite > >then you're

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Moriyoshi Koizumi
> That's what the --INI-- section in the test files are for. You can hard > code ini settings for your test there. Okay, I'd just like to see how you think about it. Then, no problem :) Moriyoshi -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Derick Rethans
On Thu, 24 Oct 2002, Moriyoshi Koizumi wrote: > > This is not for me, it's the general idea that the test suite works > > whatever stupid ini settings a user made. If tests fail because of this, > > or the test suite doesn't work we need to fix the tests and the suite. > > That's the intention

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Moriyoshi Koizumi
> This is not for me, it's the general idea that the test suite works > whatever stupid ini settings a user made. If tests fail because of this, > or the test suite doesn't work we need to fix the tests and the suite. > That's the intention behind it all. This is not always the case... Some fun

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Melvyn Sopacua wrote: > At 14:29 23-10-2002, Derick Rethans wrote: > > >If people refuse to read documentatino for tool they don't deserve to > >use it. Come'n.. if you are professional enough to even run a testsuite > >then you're certainly professional enough to read a READ

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Melvyn Sopacua
At 14:29 23-10-2002, Derick Rethans wrote: If people refuse to read documentatino for tool they don't deserve to use it. Come'n.. if you are professional enough to even run a testsuite then you're certainly professional enough to read a README. Unrelated to the ini issue, but could a: if(isset(

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Marcus Börger wrote: > Derick this is nonsense! Yeah, start yelling. That will really help us all. > We developers can use php -c bla run-tests.php xyz > > But make is for automated things and for those not reading > README.TESTING where everything should be explained.

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / Makefile.global

2002-10-23 Thread Marcus Börger
Derick this is nonsense! We developers can use php -c bla run-tests.php xyz But make is for automated things and for those not reading README.TESTING where everything should be explained. The typical user who is just glad to be able to build his private distribution of php will just call 'ma